Untitled
unknown
plain_text
3 years ago
610 B
6
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": "f0d6e2f2c78c497a892ae2a4229ebaaad8ed08f5de6ea7bc00dbec60213a2ac6", "merchantTransactionId": "fdasdfdd", "amount": 1.23, "nonce": "1234", "shopperResultUrl": "https://www.peachpayments.com", "currency": "ZAR" } '
Editor is loading...