Create Transfer

Xpay transfer between CRB users

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
originating_account_idstringRequiredformat: "uuid"
receiving_account_idstringRequiredformat: "uuid"
amountdoubleRequired
memostringRequiredDefaults to card.fund_account | card.advance | card.advance.payback
descriptionstringOptional
statusenumOptionalDefaults to posted

Response

idstringformat: "uuid"
amountdouble
originating_account_idstring
receiving_account_idstring
statusstring
descriptionstring or null