Get a Gateway

Get a Gateway by Slug

GET https://api.moltin.com/v2/gateways/:slug

Path Parameters

NameTypeDescription

slug

string

The slug for the gateway

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

{
  "data": {
    "enabled": false,
    "merchant_account": "",
    "name": "Adyen",
    "password": "",
    "slug": "adyen",
    "test": false,
    "type": "gateway",
    "username": ""
  }
}
curl -X GET https://api.moltin.com/v2/gateways/:slug \
     -H "Authorization: Bearer XXXX"

Last updated