latestOpenAPI 3.1.02026-08-22124199170.4 KB

8a237f1f704f

payments

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.

get/v2/payments/p2p/{id}/

Path parameters

idstring uuid required

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

Headers

Authorizationstring required

Bearer authentication

Response

idstring uuid required

Unique identifier for this P2P payment.

originating_account_idstring required

External ID of the sending account.

receiving_account_idstring required

External ID of the receiving account.

amountnumber double required

Transfer amount in USD.

status'pending' | 'posted' | 'pending_review' | 'error' | 'canceled' | 'returned' required

Current payment status.

descriptionstring

Memo provided at creation time.