action idtbeyond_post_iatu_topups_reverse { label: "Reversal of a Topup" description: "Occasionally, a carrier will not be able to successfully complete a topup request. In this case, we will attempt to automatically reverse the transaction for you, and return the money into your account. In the case when this is not possible, you may need to request a reverse on the transaction that has a status of 'transaction_status' 'notredeemed'." provider: idtbeyond method: POST path: "/iatu/topups/reverse" encoding: json input: { type: "object" properties: { "x-idt-beyond-app-id": { type: "string" } "x-idt-beyond-app-key": { type: "string" } } required: ["x-idt-beyond-app-id", "x-idt-beyond-app-key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }