AraPay
Accept payments worldwide. Without the bureaucracy.
Website: https://arapay.net/
Set up Merchant Account
Step 1: Create Merchant Account
To create an account send a connection request at https://arapay.net/ or contact a manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials
Credentials that have to be issued:
- arapay__api_key → API key
- arapay__sign_secret → Signature secret (used to sign requests and verify webhooks)
Question
"Having issues with your credentials?" Please contact our support team!
Connect Merchant Account
Step 1. Connect merchant account at the Corefy Dashboard
Press Connect at AraPay Provider Overview page in 'New connection' section and press Connect button to open the Connection form.

Enter credentials:
- API key
- Signature secret
- API URL: Optional. Custom API base URL; leave empty to use the default AraPay endpoint.
- Test Mode: Enable if you are using sandbox credentials.
Success
You have connected AraPay merchant account!
API examples:
Minimum data set to create a payment invoice for the card_transfer_uah_invoice service
SALE
POST /api/payment-invoices HTTP/1.0
{
"data": {
"type": "payment-invoice",
"attributes": {
"reference_id": "1f2aa3ca-abd8-4741-980d-4017ed30cb8c",
"service": "card_transfer_uah_invoice",
"currency": "UAH",
"amount": 5,
"test_mode": false
}
}
}