API Standards
Endpoints URL:
https://api.cfxpay.io/{{param_environment}}/{{param_company}}
📌
Authentication
Authorization: Basic {base64 encryption of the credentials user:password}
Authorization: Basic MTIzNDU2Nzg5MDphZmU3aDc0YzgzZjQ3NDJkNDcwN
📌
Languages:
Language: english
Backend Responses
Response
server
stringÂ
required
code
integerÂ
required
message
stringÂ
required
identifier
stringÂ
required
type
stringÂ
required
caller
stringÂ
required
caller_id
stringÂ
required
translation_message
stringÂ
required
{
"server": "01",
"code": 0, //0 means success, less than ZERO means an error
"message": "Success", //A simple message
"identifier": "1695658215036783030",
"type": "LOG_INFO",
"caller": "_gateway_payment_type_list",
"caller_id": "1695658214986595654",
"translation_message": "Success" //Translated message
}
Modified at 2024-02-22 17:35:13