For this should I have keep both attributes as “next-available” ?
"clearing": {
"source": "next-available",
"destination": "next-available"
}
For this should I have keep both attributes as “next-available” ?
"clearing": {
"source": "next-available",
"destination": "next-available"
}
Hi @todor
Here is the section of the docs illustrating next-day. The example code snippet shows it for destination
When a user funds their account (from their external bank account). I want to make it a Next Day ACH Transfer. can you please help me what should be parameter value for clearing ?
Hi @todor – if you account is approved and enabled for Next-day debits, then the default speed for all debits would be next-day; you wouldn’t need to supply any clearing type for the source. It’s only if you would like to slow down a particular transfer to “standard” debit, then you would supply the following clearing object along with your transfer request:
"clearing": {
"source": "standard"
}
Hope that helps! Let us know if you have any questions!