Create P 2 P Payment

Dedicated P2P payment endpoint.

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
descriptionstringOptional
statusenumOptionalDefaults to posted
reference_payment_idstringOptional

Response

idstringformat: "uuid"
amountdouble
originating_account_idstring
receiving_account_idstring
statusstring
descriptionstringOptional