Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Retrieve Payment
Overview
This endpoint retrieves detailed information about a specific Bre-B payment by its unique identifier. It includes metadata such as status, direction, amount, recipient, and timestamps.
Endpoint Details
Definition | Description |
|---|---|
Endpoint | https://api.paas.sandbox.co.passportfintech.com/v1/payments/:payment_id |
Method | GET |
Headers | Content-Type: application/json, Authorization |
Authentication | Access Token (Bearer Token) |
Request Body
This endpoint does not require a request body.
Example Request
Response
HTTP Status Code: 200 OK.
Example of Response
Common Errors and Handling
HTTP Status Code | Meaning | Description |
|---|---|---|
400 | Bad Request | Malformed |
401 | Unauthorized | Missing/expired bearer token, or token lacks |
403 | Forbidden | Caller not permitted to retrieve this payment |
404 | Not Found | Payment with the given |
500 | Server Error | Unexpected error; retry or contact support |
Best Practices
Always log the
id, status, and reference when retrieving a payment for reconciliation.Pair with List Payments to monitor batch operations or multiple customer transactions.