/
/Customer API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getGet all balances
  • getGet a balance
  • getGet all currencies
  • getGet a currency
  • getGet all events
  • getGet a event
  • getGet all logs
  • getGet a logs
  • postCreate a payout
  • getGet a payout
  • putUpdate a payout
  • deleteDelete a payout
  • getSearch your payouts
  • putStart payout
  • postCreate a transaction
  • postGet the payment link for a transaction
  • getGet a transaction
  • putUpdate a transaction
  • deleteDelete a transaction
  • getSearch your transactions
  • postSend payment to user
  • getGet all webhooks
  • getGet a webhook

Get the payment link for a transaction

post/transactions/{id}/token

Path parameters

idinteger required

Transaction ID.

Response

Payment link generated successfully.

tokenstring

The generated payment token.

urlstring

The payment link URL.

Changes