POST
/
tx
/
createTransferRequest
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",
  "acquirer": "<string>",
  "reference": "<string>",
  "acquirerMerchantName": "<string>",
  "customReference": "<string>",
  "merchantCategoryCode": "<string>"
}'
{
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Body

application/json

Create a new Transfer on Stablepay.

The body is of type object.

Response

200
application/json

Transfer request created successfully

The response is of type object.