Handling Partial Payments
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"ok": true,
"result": {
"success": true
}
}{
"ok": false,
"statusCode": 400,
"data": {},
"message": "No partial transaction found"
}// Example
offerId: "d21c44a5-9ff7-44d6-9dbc-158753184d5d"
clientSecret: "8e6e7524-202d-424d-b2a2-431ff1117e27"
Then encrypt this offerId (JSON format) with clientSecret:
i.e, Encrypt JSON {"offerId":"d21c44a5-9ff7-44d6-9dbc-158753184d5d"} with "8e6e7524-202d-424d-b2a2-431ff1117e27"
And its output will be encryptedReq param
For above offerId and clientSecret, encryptedReq is "U2FsdGVkX1+T1BocXOZHJA2paoYtiFC1GIl99jjtPQEWuxF2ikm8VT8eaenS5TDc67idkKfwFqBBd9dli/Ssdd28aXp6SKaBEtkkytTAtiA="Last updated
Was this helpful?