Untitled

 avatar
unknown
plain_text
2 years ago
610 B
3
Indexable
curl --request POST \
     --url https://testsecure.peachpayments.com/checkout/initiate \
     --header 'Referer: https://my-staging.vhsonline.co.za/' \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
     "paymentType": "DB",
     "authentication.entityId": "8ac7a4c98532ad680185341d6ccb0123",
     "signature": "8c3782daf38b3928e8f49c7e5925dbd4d34605281da3beb84451c053ddcfa0bc",
     "merchantTransactionId": "fdasdfdd",
     "amount": 1.23,
     "nonce": "1234",
     "shopperResultUrl": "https://www.peachpayments.com",
     "currency": "ZAR"
}
'
Editor is loading...