Setup API
Read
Retrieve a single Setup API record by ID.
get/api/cp/setup/api/{id}
Path parameters
idinteger required
Id identifier
Response
Successful response
Example response
{
"id": 12345,
"account_id": 1,
"type": "example_type",
"mode": "sandbox",
"email": "user@example.com",
"host": "example_host",
"username": "john_doe",
"password": "********",
"signature": "Sample signature text content",
"api_id": 1,
"public_key": "example_public_key",
"private_key": "example_private_key",
"key1": "example_key1",
"key2": "example_key2",
"key3": "example_key3",
"key4": "example_key4",
"currency": "USD",
"verify_transaction": 1,
"payment_types": "example_payment_types",
"company_id": 1,
"sandbox_id": 1,
"deduct_payment_fees": 1,
"surcharge": 99.99,
"surcharge_percent": 1.5
}