Jump to Content
PaylinkHome
HomeGuidesAPI Reference
v1.0

HomePaylink HomeCreate a free AccountPaylink
API Reference
Paylink HomeCreate a free Account
v1.0
All
Pages
Start typing to search…

    REST API

    • Getting started
    • Check your signatureget
    • Errors

    Pay-By-Link

    • Retrieve a Payment Linkget
    • Create a Payment Linkpost
    • Remove a Payment Linkdelete

    Subscriptions

    • Login a Subscription Customerpost
    • Create a New Subscriptionpost
    • Update a Subscriptionput
    • Remove a Subscriptiondelete

    Gateway

    • Retrieve a Gatewayget
    • Create a Gatewaypost
    • Delete a Gatewaydelete

    Transaction

    • Retrieve a Transactionget
    • Retrieve Transactionsget
    • Charge a Pre-Authorized/Reserved Transactionpost
    • Refund a Transactionpost
    • Capture a Transactionpost
    • Delete a Reserved Transactiondelete

    Design (Look & Feel)

    • Retrieve a Designget
    • Create a Designpost
    • Update a Designpost
    • Delete a Designdelete

    Payment Provider

    • Retrieve all Payment Providersget

    Create a Design

    post https://api.pay-link.eu/v1.0/Design/

    Note for NodeJS: You need to install the following modules:
    npm i axios crypto-js qs

    Language