post https://api.staging.pungle.co/api/v1/card_issuing/account_to_account_transfer/
Transfers funds from an account to a recipient account.
Request
Parameter | Required | Data type | Notes |
---|---|---|---|
recipient_account_id | Yes | Number | Destination Account |
account_id | Yes | Number | Source Account |
amount | Yes | Number | In lowest currency. For example, $10.00 would be 1000 |
external_tag | No | String | Field for custom input |
message | String | Yes | Message to attach to the transfer |
Response
Field | Value | Description |
---|---|---|
id | Number | Transfer ID |
recipient_account_id | Number | |
company_id | Number | Cardholder Company |
program_id | Number | Program ID |
cardholder_id | Number | Cardholder who made the transfer |
account_id | Number | Source Account ID |
dest_account_id | Number | Destination Account ID |
name | String | Name of Recipient Account |
String | Email of Recipient | |
amount | Number | In lowest currency. For example, $10.00 would be 1000 |
processor_reference | String | Processor Reference to transfer |
external_tag | String | |
message | String | |
created_at | String | |
updated_at | String |