ARAKA is a payment platform developed by ProxyPay that enables businesses to accept online payments and integrate value-added services.
This documentation covers the two main integration methods:
To use the ARAKA payment platform, you must first create a merchant account:
You will receive a verification email to activate your account. Once verified, you can access the merchant portal at https://merchant.arakapay.com/.
Access to this endpoint requires setup changes on your account. Contact the technical team for this configuration to be completed:
{
"emailAddress": "merchant@example.com",
"password": "your_password"
}{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c",
"username": "merchant@arakapay.com"
}The ARAKA API uses standard HTTP codes to indicate the status of requests:
| Code | Description |
|---|---|
| 200 | Approved |
| 202 | Accepted |
| 400 | Declined / Bad Request |
| 401 | Authentication / Authorization Error |
| 403 | Validation Error |
| 404 | Not Found |
| 500 | System Error |