GatewayPay Documentation
  1. H2H flow
GatewayPay Documentation
  • GatewayPay API Documentation
  • Authentication
  • Callbacks
  • Testing
  • Domains and IP Addresses
  • Account
    • Get Account profile details
      GET
    • Get Account balances
      GET
    • Get Account payment options
      GET
  • H2H flow
    • Status List
    • Create Payment Invoice
      POST
    • Send Card Data to the Gateway
      POST
    • Full List of Payment Services
      GET
    • Get Service Data by ID
      GET
    • Check Status of Payment Invoice by ID
      GET
    • Get list of Payment Invoices
      GET
  • Refunds
    • Refund
      POST
  • Cards Whitelist API
    • JSON
      POST
    • CSV
      POST
  • APM - Deposits
    • Bank Transfers - Turkey
      POST
  • APM - Payouts
    • Bank Transfers - Turkey (Invoice Initiation)
      POST
    • Bank Transfers - Turkey (Invoice processing)
      POST
  1. H2H flow

Full List of Payment Services

GET
/payment-services

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params
Host
string 
required
Example:
{{BASE_API_URL}}

Responses

🟢200Get Service Data
application/json
Body
meta
object 
required
total
integer 
required
pages
integer 
required
page
integer 
required
links
object 
required
first
string 
required
next
string 
required
last
string 
required
data
array [object {5}] 
required
type
string 
required
id
string 
required
attributes
object 
required
relationships
object 
required
links
object 
required
Example
{
    "meta": {
        "total": 4,
        "pages": 1,
        "page": 1
    },
    "links": {
        "first": "/payment-services?page[number]=1&page[size]=20",
        "last": "/payment-services?page[number]=1&page[size]=20"
    },
    "data": [
        {
            "type": "payment-services",
            "id": "comcps_kIuFakVG3bc5gaDg",
            "attributes": {
                "service": "payment_card_usd_hpp",
                "service_method": "payment_card",
                "service_currency": "USD",
                "active": true,
                "enabled": true,
                "amount_min": 0.01,
                "amount_max": 1000000000,
                "fee_min": 0,
                "fee_max": 0,
                "fee_rate": 0,
                "fee_fix": 0,
                "chargeback_fee_min": 0,
                "chargeback_fee_max": 0,
                "chargeback_fee_rate": 0,
                "chargeback_fee_fixed": 0,
                "refund_fee_min": 0,
                "refund_fee_max": 0,
                "refund_fee_rate": 0,
                "refund_fee_fixed": 0,
                "reserve_lifetime": 0,
                "reserve_options": [],
                "reserve_rate": 0,
                "currency": "USD",
                "test_mode": false
            },
            "relationships": {
                "payment-method": {
                    "data": {
                        "type": "payment-methods",
                        "id": "payment_card"
                    }
                },
                "payment-service": {
                    "data": {
                        "type": "payment-services",
                        "id": "payment_card_usd_hpp"
                    }
                }
            },
            "links": {
                "self": "/api/payment-services/comcps_kIuFakVG3bc5gaDg"
            }
        },
        {
            "type": "payment-services",
            "id": "comcps_cV9zrDzuVaCUgEoX",
            "attributes": {
                "service": "payment_card_usd_hpp",
                "service_method": "payment_card",
                "service_currency": "USD",
                "active": true,
                "enabled": true,
                "amount_min": 0.01,
                "amount_max": 1000000000,
                "fee_min": 0,
                "fee_max": 0,
                "fee_rate": 0,
                "fee_fix": 0,
                "chargeback_fee_min": 0,
                "chargeback_fee_max": 0,
                "chargeback_fee_rate": 0,
                "chargeback_fee_fixed": 0,
                "refund_fee_min": 0,
                "refund_fee_max": 0,
                "refund_fee_rate": 0,
                "refund_fee_fixed": 0,
                "reserve_lifetime": 0,
                "reserve_options": [],
                "reserve_rate": 0,
                "currency": "USD",
                "test_mode": true
            },
            "relationships": {
                "payment-method": {
                    "data": {
                        "type": "payment-methods",
                        "id": "payment_card"
                    }
                },
                "payment-service": {
                    "data": {
                        "type": "payment-services",
                        "id": "payment_card_usd_hpp"
                    }
                }
            },
            "links": {
                "self": "/api/payment-services/comcps_cV9zrDzuVaCUgEoX"
            }
        },
        {
            "type": "payment-services",
            "id": "comcps_CJ6a27362koeCfiv",
            "attributes": {
                "service": "payment_card_eur_hpp",
                "service_method": "payment_card",
                "service_currency": "EUR",
                "active": true,
                "enabled": true,
                "amount_min": 0.01,
                "amount_max": 1000000000,
                "fee_min": 0,
                "fee_max": 0,
                "fee_rate": 0,
                "fee_fix": 0,
                "chargeback_fee_min": 0,
                "chargeback_fee_max": 0,
                "chargeback_fee_rate": 0,
                "chargeback_fee_fixed": 0,
                "refund_fee_min": 0,
                "refund_fee_max": 0,
                "refund_fee_rate": 0,
                "refund_fee_fixed": 0,
                "reserve_lifetime": 0,
                "reserve_options": [],
                "reserve_rate": 0,
                "currency": "EUR",
                "test_mode": false
            },
            "relationships": {
                "payment-method": {
                    "data": {
                        "type": "payment-methods",
                        "id": "payment_card"
                    }
                },
                "payment-service": {
                    "data": {
                        "type": "payment-services",
                        "id": "payment_card_eur_hpp"
                    }
                }
            },
            "links": {
                "self": "/api/payment-services/comcps_CJ6a27362koeCfiv"
            }
        },
        {
            "type": "payment-services",
            "id": "comcps_oy6EmonAEoMfYWk0",
            "attributes": {
                "service": "payment_card_eur_hpp",
                "service_method": "payment_card",
                "service_currency": "EUR",
                "active": true,
                "enabled": true,
                "amount_min": 0.01,
                "amount_max": 1000000000,
                "fee_min": 0,
                "fee_max": 0,
                "fee_rate": 0,
                "fee_fix": 0,
                "chargeback_fee_min": 0,
                "chargeback_fee_max": 0,
                "chargeback_fee_rate": 0,
                "chargeback_fee_fixed": 0,
                "refund_fee_min": 0,
                "refund_fee_max": 0,
                "refund_fee_rate": 0,
                "refund_fee_fixed": 0,
                "reserve_lifetime": 0,
                "reserve_options": [],
                "reserve_rate": 0,
                "currency": "EUR",
                "test_mode": true
            },
            "relationships": {
                "payment-method": {
                    "data": {
                        "type": "payment-methods",
                        "id": "payment_card"
                    }
                },
                "payment-service": {
                    "data": {
                        "type": "payment-services",
                        "id": "payment_card_eur_hpp"
                    }
                }
            },
            "links": {
                "self": "/api/payment-services/comcps_oy6EmonAEoMfYWk0"
            }
        }
    ]
}
Modified at 2024-10-09 12:49:02
Previous
Send Card Data to the Gateway
Next
Get Service Data by ID
Built with