Deposit H2H - Card & P2P
POST
https://secure.PayStar.uk/api/v1/integration/deposit-order/
Last modified:2025-04-29 19:06:33
NOTE
PCI DSS 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://secure.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": "cardNumber"
"value": "1234123412341234"
},
{
"key": "cardHolder",
"value": "JOHN WEAK"
},
{
"key": "cardCvv",
"value": "583"
},
{
"key": "cardExpireMonth",
"value": "05"
},
{
"key": "cardExpireYear",
"value": "26"
},
{
"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:06:33