Skip to main content

Authenticate requests using HTTP Basic Auth by adding a bearer token to the header, e.g. Authentication: Bearer {{access_token}}. You can get the {{access_token}} from the create token request.

Once a paylink is processed i.e. payment is done using that link, it can’t be used again to perform another transaction.

Path Parameters
  • paylink_id string required

    The paylink ID

Responses

Response Headers

    Schema
    • id integer
    • paylink_url string
    • status string
    • created_by string
    • amount integer
    • currency string
    • transaction_type string
    • customer_name string
    • customer_email string
    • phone_number string
    • payment_method string[]
    • is_decide_amount boolean
    • notes string
    Loading...