Deposit H2C - Card
POST
https://init.PayStar.uk/api/v1/integration/deposit-order/
Last modified:2025-04-29 19:07:01
PCI DSS NOT REQUIRED
To make deposit payment please use follow sections:
Create H2H Deposit with the banking card - Sequence diagram
CURL Example | POST Deposit order
curl --request POST \
--url https://init.PayStar.uk/api/v1/integration/deposit-order\
--header 'Authorization: Bearer YOUR TOKEN' \
--header 'Content-Type: application/json' \
--header 'accept: text/plain' \
--data '{
"amount": 100,
"currency": "USD",
"externalTransactionId": "MerchantPaymentId-12345",
"successRedirectUrl": "http://merch.com/success",
"failedRedirectUrl": "http://merch.com/failed",
"processingRedirectUrl": "http://merch.com/processing",
"additionalFields": [
{
"key": "payeerIdentifier",
"value": "Merch-12345"
},
{
"key": "email",
"value": "Jhon.Wick@Continental-Hotel.com"
}
]
}
Request
Body Params application/json
Request samples
Responses
Modified at 2025-04-29 19:07:01