Note: Enhanced features and improvements are available in the Payment methods API, the new application interface for non-card network authorizations. This Transfer funds endpoint is still supported, but all new feature developments will be available only in the Payment methods API. For more information, contact your Pismo representative.
Transfer funds between a source (from
) and destination (to
).
The to
and from
objects contain information about one of the following payment methods:
account
- Platform merchant or customer accountcard
- Credit card stored in a digital wallet, known as a card on filecustom_info
- Custom payment information, usually about an external accountmerchant
- Platform merchant
Transfers
You can use this endpoint to make the following types of transfers:
- Pismo platform account to Pismo platform account (P2P)
- Pismo platform account to merchant account (P2M)
- Card to platform account (P2P with card)
- Pismo platform account to merchant account with card (P2M with card)
- Merchant account to merchant account (M2M)
- Cashin
- Cashin with card
- Cashout
- Cashout with card
- Payment, which requires token (code) from creating payment request
See the Examples drop-down menu for sample payloads for each of these transfer types. See the Make transfer guide for more details on these transfer type use cases.
This endpoint generates an Authorization created event.
Note: This endpoint requires an account-specific access token. Getting an account token requires you to call the Get OpenID access token endpoint with an account ID. Tokens can expire quickly, which can result in an Unauthorized message.