post https://api.sb.spidrsrv.com/v1/transaction/createA2ATransfer
Use the /createA2ATransfer endpoint to transfer funds between two accounts within your program. The accounts can belong to the same customer or different customers.
Things to note:
- The receiving account must have a status of 'Active' to receive funds.
- Fees can automatically be assessed on this transfer per your configuration/setup with Spidr.
- Do not use this endpoint to transfer funds between an ACH account or external account. Use Create ACH Transfer instead.
- Please note that the
messageparameter is what is displayed to the recipient, thesenderMessageis displayed to the sender. If onlymessageis provided, both the sender and receiver will see the same message.
📘
Message and senderMessage do not accept international characters—only letters, numbers, spaces, and punctuation.
Result of calling Create A2A Transfer:
When the Create Account Transfer endpoint has been successfully called:
- The specified amount is debited from the sending account. This transaction appears as an adjustment on the sending account.
- The specified amount is credited to the receiving account. This transaction appears as a payment on the receiving account.
- If configured, a fee is assessed to the sending account. This transaction appears as a fee on the sending account.
