Creates a payment refund. This is the first step in making a refund transaction.
The refund can have two states:
parentIntentId
field must be populated with a valid parent intent that the refund relates toparentIntentId
field needs to be present.Bad payload.
Invalid API key/MID.
Forbidden from performing this action.
The intent to refund could not be found.
{- "amount": 100,
- "merchantReference": "sale-10-10-2022",
- "customerRef": "sale-10-10-2022",
- "manualCardEntry": false,
- "parentIntentId": "977e752c-43c3-4242-980f-81d18ca08185"
}
{- "intentId": "uuid-uuid-uuid-uuid"
}