Disable an Account Number
When you disable an Account Number, Fintoc rejects every inbound transfer to that Account Number and returns the transfer to the sender. Disable an Account Number when it should no longer receive payments.Example use cases
- Your company assigns one Account Number per user. When a user completes offboarding from your app, disable the user’s Account Number. Fintoc then returns payments sent to that Account Number.
- Your company assigns one Account Number per order. After a customer pays, disable the order’s Account Number to avoid accepting a duplicate payment. If the customer pays twice, Fintoc returns the second payment.
Disable an Account Number with the API
status set to disabled:
Set inbound transfer amount limits
You can restrict which inbound transfers an Account Number accepts. If a transfer does not meet your criteria, Fintoc rejects the transfer. Rejected transfers do not appear on your account statements or incur fees. Setmin_amount and max_amount in the smallest currency unit. For example, 30000 represents 300.00 MXN. Fintoc supports three kinds of amount limits:
Set limits with the API
options:
Test the integration
Confirm the disabled status and amount-limit behavior intest mode before going live. Use a test secret API key (sk_test_...) and a test Account Number.
To test a disabled Account Number, disable the Account Number with the request above. Then simulate an inbound transfer to the disabled Account Number’s number. Fintoc rejects the transfer and returns it to the sender. The transfer does not appear on your account statement or incur a fee.
To test amount limits, create an Account Number with min_amount set to 30000 and max_amount set to 40000. Then simulate two inbound transfers:
- A transfer of
35000(350.00 MXN) falls within the limits, so Fintoc accepts the transfer. - A transfer of
20000(200.00 MXN) falls belowmin_amount, so Fintoc rejects the transfer and returns it to the sender.
test mode.