Authorization
Before making an ACH payment, the user has to authorize that you can charge them.
For that Linker has this endpoint:
post
{{baseUrl}}/payments/authorizations
And also has an endpoint to cancel the authorization:
delete
{{baseUrl}}/payments/authorizations
.
The authorizations are saved in the database in payment_authorization
table to know whether the user has accepted or not.
Last updated