Retrieve Peer To Peer Payment Response

Retrieve a single P2P payment by its ID. Returns 404 for payments that do not belong to the authenticated partner.

Authentication

AuthorizationBearer

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

Path parameters

idstringRequiredformat: "uuid"

The unique ID of the P2P payment (returned at creation time).

Response

idstringformat: "uuid"
Unique identifier for this P2P payment.
originating_account_idstring
External ID of the sending account.
receiving_account_idstring
External ID of the receiving account.
amountdouble
Transfer amount in USD.
statusenum
Current payment status.
descriptionstring
Memo provided at creation time.

Errors

404
Not Found Error