get https://api.staging.pungle.co/api/v1/card_issuing/external_transfers/
Get an External Transfer.
Response
Returns a single External Transfer
| Parameter | Required | Data type | Notes |
|---|---|---|---|
| id | Yes | Number | ID for External Transfer |
| program_id | Yes | Number | ID of the Program associated with the Cardholder's account |
| cardholder_id | Yes | Number | ID of the Cardholder who is sending the transfer |
| account_id | Yes | Number | ID of the Cardholder's account who is sending the transfer |
| external_account_id | Yes | Number | ID of External Account receiving the transfer |
| external_tag | No | String | Name reference for the transfer |
| transaction_id | Conditional | String | Transaction ID reference for Transaction in Direct Send. This data is only available for External Transfers of type direct_send_transaction after a successful transfer creation |
| amount | Yes | String | External Transfer amount in cents |
| message | No | String | Message to the recipient of the External Transfer |
| status | Yes | String | Status received about the External Transfer from Direct Send |
| payment_id | Conditional | String | Payment ID reference for a Payment in Direct Send Only applies to External Transfers that are of type direct_send_transfer |