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
id
The unique ID of the P2P payment (returned at creation time).
Response
id
Unique identifier for this P2P payment.
originating_account_id
External ID of the sending account.
receiving_account_id
External ID of the receiving account.
amount
Transfer amount in USD.
status
Current payment status.
description
Memo provided at creation time.
Errors
404
Not Found Error

