API Documentation
payment capture
Capture a payment.
Endpoint: https://koroma.co.za/v1/transact
Payload:
- channelid - the channelid assigned at successful channel authentication response
- clientrefcode - merchant-generated order reference or tracking number
- captureurl - the "linksCaptureHref" returned in payment authorization response
- amount - the order amount to be captured for payment
- Note that, the platform does not require you to send request header information
- https://koroma.co.za/v1/transact
https://koroma.co.za/v1/transact
JSON Request { "channelid": "", "clientrefcode": "", "captureurl": "", "amount": "" } JSON Response { "serviceid": "...", "clientReferenceCode": "", "captureId": "", "reconciliationId": "", "selfMethod": "", "selfHref": "", "voidCaptureMethod": "", "voidCaptureHref": "", "captureAmount": "", "captureCurrency": "", "captureStatus": "", "SubmitTimeUtc": "", "errorInfoReason": "", "errorInfoMessage": "" }