Payout H2H
POST
https://secure.PayStar.uk/api/v1/integration/withdrawal-order/
Last modified:2025-04-29 19:32:13
INFO
Note: Deposits and payouts cannot share the same Authorization keys — they are two separate pipelines.
curl --request POST \
--url https://secure.PayStar.uk//api/v1/integration/withdrawal-order \
--header 'Authorization: Bearer Your Token' \
--header 'Content-Type: application/json' \
--header 'accept: text/plain' \
--data '{
"amount": 100,
"currency": "USD",
"externalTransactionId": "Merch12345",
"additionalFields": [
{
"key": "cardNumber",
"value": "1234123412341234"
},
{
"key": "bankName",
"value": "SuperBank"
}
]
}'
Request
Body Params application/json
Request samples
Responses
Modified at 2025-04-29 19:32:13