POST
/
transactions
/
{id}
/
token

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Transaction ID.

Response

200 - application/json
token
string

The generated payment token.

url
string

The payment link URL.