provider plaid POST
/payment_initiation/payment/reverse @utdk/plaid
/payment_initiation/payment/reverse Reverse an existing payment
Reverse a settled payment from a Plaid virtual account.
The original payment must be in a settled state to be refunded.
To refund partially, specify the amount as part of the request.
If the amount is not specified, the refund amount will be equal to all
of the remaining payment amount that has not been refunded yet.
The refund will go back to the source account that initiated the payment.
The original payment must have been initiated to a Plaid virtual account
so that this account can be used to initiate the refund.
Providing counterparty information such as date of birth and address increases
the likelihood of refund being successful without human intervention.
Try it
Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.paymentinitiationpaymentreverse()