Transfer groups in timeline and synchronous transfer responses
Dashboard
We made a handful of dashboard improvements to improve how we communicate the status of your account.
- Transfer groups are now visible in the Moov Dashboard so you know exactly where your funds are at all times.
- We made it easier to find and fix capability errors so you know exactly what needs to be fixed before a transfer can be processed.
- After creating a new account or payment method in the Dashboard, you’ll see sample code snippets that give context on how you can perform those same actions more efficiently using our API.
Transfers
- We have introduced the
X-Wait-Forheader for use when making a transfer. When you make a transfer today you get an immediate response containing only thetransferIDto indicate the transfer instructions have been received. With the newX-Wait-Forheader, you can pass a value ofrail-responseto tell the service that you want the full transfer payload back after the request has gone out to the payment rail and back. This is useful for handling client-side errors and retries for card transactions that communicate with the card networks in real time.
Test mode
Things don’t always go according to plan—we’ve added a new test card in test mode to help you simulate what happens when a card payment is declined.