Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request GET \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/payment-methods \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "success": true, "content": { "payment_methods": [ { "payment_method": "<string>", "code": "<string>", "is_subscription_enabled": true, "options": [ { "name": "<string>", "icon_url": "<string>", "pg": "<string>", "bankcode": "<string>", "is_subscription_enabled": true } ] } ] } }
List all payment methods
Access token
payment gateway code
PAYU
JUSPAY
OK
The response is of type object.
object
Was this page helpful?