PayforU
Website: payforu.cash
Set up Account
Step 1: Create merchant account
To create an account contact with the PayforU provider or manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials
Credentials that have to be issued:
- API key
- Signature key
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at PayforU Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- API key → API key
- Signature key → Signature key
Success
You have connected PayforU Provider account!
API examples:
Max data set to create a payout
POST /api/commerce/payout-invoices HTTP/1.0
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "tinkoff_bank_rub",
"commerce_account": "hello_world",
"currency": "RUB",
"amount": 111,
"customer": {
"reference_id": "6c713a82-be0e-4dfd-b0ee-639993029a07",
"name": "John Doe",
"email": "[email protected]"
},
"test_mode": true,
"reference_id": "8e13631b-bba4-43c2-bf03-d4f7cce4c0c6",
"fields": {
"card_number": "411111******1111"
},
"options": {
"attempts_limit": 0,
"split_mode": false,
"allow_partially": false,
"auto_process": false
}
}
}
}
Min data set to create a payout
POST /api/commerce/payout-invoices HTTP/1.0
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "tinkoff_bank_rub",
"commerce_account": "hello_world",
"currency": "RUB",
"amount": 111,
"test_mode": true,
"reference_id": "8e13631b-bba4-43c2-bf03-d4f7cce4c0c6",
"fields": {
"card_number": "411111******1111"
},
"options": {
"attempts_limit": 0,
"split_mode": false,
"allow_partially": false,
"auto_process": false
}
}
}
}
Still looking for help connecting your PayforU account?