Refund Flow
Create a unique launch URL to complete a Securely application flow from a 3rd party system.
A refund flow will generate a url that can be used to direct a customer to confirm a refund. The payload should consist of the meta data that was used to create the original payment.
"payload": {
"amount": 63.38, // The amount of the original payment
"message": "Order cancellation", // A message displayed as the refund reason
"paymentExternalIdentifier": "pmt-launch-test-smartlook.3" // The original payment external ID that was used on CHARGE flow
}
Below is an example of the refund screen going through the REFUND flow.
API reference: Create a refund flow
Updated 12 months ago