Retrieve payment methods and providers
- Payments
- Payment
- 2 routes
How do I list payment providers and the methods they expose?
This scenario explains how to list the payment providers exposed by the API and then retrieve the payment methods available for one selected provider.
Overview
This scenario helps an application discover the payment providers exposed for a locale and then inspect the payment methods available for one selected provider.
Prerequisites
- A valid
accept-languageheader. - A valid
x-api-key. - A
provider_idreturned by the first step to read the detailed payment methods.
Expected result
The application can list the available providers, select one provider and retrieve the supported payment methods together with their payment conditions.
Process workflow
Legend:
Mandatory
Optional