The Refund Pending notification indicates that the Refund
has yet to be concluded.
The JSON below shows an example of a pending
notification payload:
json
{ "data" : { "amount" : 100, "created_at" : "2023-03-31T17:24:38.763786Z", "currency" : "GBP", "debtor_account" : null, "id" : "60e816a3-d8db-4337-8f31-839b0bf8c3b4", "mandate" : { "id" : "50e816a3-d8db-4337-8f31-839b0bf8c3b4" }, "original_payin_information" : { "amount" : 100, "id" : "aa59c489-523c-4848-b90a-9a102ae03648" }, "payment_identification" : { "end_to_end_identification" : "91046a39-f719-4cf8-8e99-fe6386bf3ce5" }, "remittance_information" : { "structured" : { "creditor_reference_information" : { "reference" : "ref-1234" } } }, "status_details" : { "status" : "PENDING" }, "updated_at" : "2023-03-31T17:24:38.763786Z" }, "id" : "476615ef-1244-45b7-aa19-cb99129bc423", "type" : "refund_pending", "version" : "v3" }