GET
/
payments
/
cards
curl --request GET \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/cards \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true,
  "content": {
    "data": [
      {
        "id": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Access token

Query Parameters

payment_gateway
enum<string>
required

payment gateway code

Available options:
PAYU,
JUSPAY

Response

200
application/json
OK
message
string
success
boolean
content
object