Every API call requires two headers for authentication:
PUBLICKEY
: A public key associated with your account.SIGN
: A unique signature generated for each API request. Make sure to generate a fresh signature for every call.Headers Example: PUBLICKEY: <your-public-key> SIGN: <your-signature> Content-Type: application/json
Retrieve account information, including account status.
Endpoint
POST /api/v1/getmyinfo
Request Example
curl
--location --request POST 'https://sandbox-api.paycio.ae/api/v1/getmyinfo' \
--header 'PUBLICKEY: <your-public-key>' \
--header 'SIGN: <generated-signature>'
Response Example
{
"account": {
"status": "active",
"name": "Merchant Name",
"email": "[email protected]"
}
}
For any issues or further information, feel free to contact our support at [email protected].
As required by the California Consumer Privacy Act (CCPA) and California Privacy Rights Act (CPRA), California residents have rights regarding their personal information.
We collect identifiers (name, email, IP address), financial data, commercial activity, and browsing history for security, fraud prevention, and business operations.
We share data with affiliated companies, service providers, marketing partners, and legal entities as required. Paycio does not sell personal information in the traditional sense and does not process data of users under 16.
For security, Paycio may verify phone numbers via automated calls but will not use this feature for other purposes without consent.