Get Account Payment
GET/account/:account_id/payment-by-id/:flex_payment_id
Allows Flex to get a payment using the Flex-created payment id to retrieve current payment status.
URL Path Customization
Partners may include an optional biller_id path parameter if their system requires it to identify the billing entity. For example:
/biller/{biller_id}/account/{account_id}/payment-by-id/{flex_payment_id}
Why This Endpoint Exists
Allows Flex to get a payment using the Flex-created payment id. This data is used for:
- Determining the status of a payment initiated by Flex
Implementation Notes
- Please see the data standards for details on field formats, status values, and error handling.
- Please see the payment processing guide for additional context on how payments are handled between Flex and partners.
Request
Responses
- 200
- 401
- 404
- 500
Successful request
Unauthorized Request
Resource not found (e.g., account not found)
Internal Server Error