Retrieves payment method metadata.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payment-methods
- Sandbox serverhttps://api-sandbox.rebilly.com/payment-methods
- Live serverhttps://api.rebilly.com/payment-methods
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/payment-methods?limit=1000&offset=1000'Payment methods metadata received.
Array []
URL for the payment method logo optimized for landscape orientation.
URL for the payment method logo optimized for portrait orientation.
Detailed information about the payment method. This field supports Markdown.
Specifies that the payment method requires the customer to review and confirm payment options and terms specific to the purchase every time. The merchant cannot assist the customer in adding this payment method during the checkout process. The customer must complete the process independently.
Default:false
Business models that are relevant to the payment method.
Items Enum:"B2B""B2C"
Specifies whether the payment method supports recurring payments.
Default:false
Response
[ { "apiName": "string", "name": "string", "landscapeLogo": "http://example.com", "portraitLogo": "http://example.com", "summary": "string", "description": "string", "countries": { … }, "storefrontEnabled": false, "isSingleUse": false, "supportedCurrencies": { … }, "relevantBusinessModels": [ … ], "type": "string", "recurringPayments": false, "refunds": false, "disputes": false, "ux": [ … ], "_links": [ … ] } ]