Get Payment Methods
GET/payment-methods
Retrieve available payment methods for an account or a specific payment.
You can provide either an accountId
or a paymentId
as a query parameter to get the available payment methods.
When providing a paymentId
, the response will include additional payment-specific information such as amount and currency.
This is useful when you want to show payment options that are specifically available for a particular transaction.
When providing an accountId
, the response will include all payment methods available for that account based on
the merchant's configuration and supported payment methods.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
- 503
Available payment methods
The request is incorrect or could not be processed
Unauthorized error. Please check your auth credentials
The specified resource was not found
The request was well-formed but could not be processed due to semantic errors
Unexpected server error
The service is temporarily unavailable