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

Get Service Data by ID

GET
/payment-services/comcps_3wTxzuaUaGgCygFL

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

🟢200Success
application/json
Body
object {0}
Example
{
    "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"
        }
    }
}
Modified at 2024-10-09 12:59:55
Previous
Full List of Payment Services
Next
Check Status of Payment Invoice by ID
Built with