Put Account Payment
PUT/account/:account_id/payment/:flex_payment_id
Allows Flex to make a payment on behalf of a customer. flex_payment_id must be used as an idempotency key.
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/{flex_payment_id}
Why This Endpoint Exists
Allows Flex to make a payment on behalf of a customer.
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