Get the details of a refund.
The ID of the refund on Commerce.
Success response
The amount given in minor units (e.g. use 700 for 7€). Some currencies do not support minor units (e.g. Japanese Yen). In this case send in the full value, .i.e. 100 for 100 JPY.
x >= 0A description of the refund for later reference
80processing, completed, failed The date-time the refund was created (following ISO 8601)
The reasons why a refund failed during processing in Commerce.
This can be due to processing errors on the side of the processor, as well as errors in the processing of the underlying flow.
In case the failure is due to a processing problem, the transaction history of the payment can give more information on the exact failure details.
An array of split instructions.
Data in this array is only processed on a Commerce account in the platform operating model. If you are in doubt, please reach out to your account representative.
| Type | Description |
|---|---|
| seller | Sending the given amount to the seller referenced by the merchant_id in the payload. The seller needs to be onboarded to the account and linked to the processor in order to receive funds from a payment split. |
| commission | An already existing Commerce token can be used as source for the payment. |
1Metadata consisting of entries, each of which each includes a key and an associated value:
{
"my_key_one": "my_value_one",
"my_key_two": "my_value_two"
}