Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 11.2 KB

createtransfer.md

File metadata and controls

13 lines (10 loc) · 11.2 KB

CreateTransfer

Fields

Field Type Required Description Example
source models.Source ✔️ Where funds for a transfer originate. For the source, you must include either a paymentMethodID or a transferID. A transferID is used to create a transfer group, associating the new transfer with a parent transfer.
destination models.Destination ✔️ The final stage of a transfer and the ultimate recipient of the funds.
amount models.Amount ✔️ An integer value representing money in a specific currency.
facilitator_fee Optional[models.CreateFacilitatorFee] Total or markup fee.
description Optional[str] An optional description of the transfer for your own internal use. Pay Instructor for May 15 Class
metadata Dict[str, str] Free-form key-value pair list. Useful for storing information that is not captured elsewhere.