- GatewayPay API Documentation
- Authentication
- Callbacks
- Testing
- Domains and IP Addresses
- Account
- H2H flow
- Refunds
- Cards Whitelist API
- APM - Deposits
- APM - Payouts
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