Collect
Get the payment link for a transaction
POST
/
transactions
/
{id}
/
token
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
integer
requiredTransaction ID.
Response
200 - application/json
token
string
The generated payment token.
url
string
The payment link URL.