cURL
curl --request POST \ --url https://api.stablepay.ai/tx/createTransferRequest \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "recipient": "<string>", "amount": 1.01, "issuer": "Valr", "acquirerMerchantName": "<string>", "reference": "<string>", "customReference": "<string>", "merchantCategoryCode": "<string>" }'
{ "link": "<string>" }
Create Transfer Request.
JWT token for API authentication
Create a new Transfer on Stablepay.
The body is of type object.
object
Transfer request created successfully
The response is of type object.