cURL
curl --request POST \ --url https://sandbox-api.fedapay.com/v1/transactions/{id}/token \ --header 'Authorization: Bearer <token>'
{ "token": "<string>", "url": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction ID.
Payment link generated successfully.
The response is of type object.
object