Sends
Open your multicurrency account and transfer money everywhere you want with inward SEPA, SWIFT and UK Local Payments
Website: sends.co
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the sends.co/contact-us or contact manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials
Credentials that have to be issued:
- Merchant Point Id
- Private key
- Public key
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Sends Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Enter credentials:
- Merchant Point Id
- Private key
- Public key
- API URL (optional) - override default API URL when test mode is disabled
- Test mode
Success
You have connected Sends Provider account!
API examples:
Minimum data set to create a payout invoices for payment_card_eur service
POST /api/payout-invoices
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "payment_card_usd",
"currency": "USD",
"amount": 11,
"context": {
"card": {
"card_holder": "Test Test"
}
},
"customer": {
"reference_id": "26d91fd9-51cf-49d9-9a7d-9d7dedf57c64",
"name": "John Doe"
},
"reference_id": "79e62df2-80bb-4b15-94ad-2da0a413355d",
"fields": {
"card_number": "4000000000000002"
}
}
}
}
Maximum data set to create a payout invoices for payment_card_eur service
POST /api/payout-invoices
{
"data": {
"type": "payout-invoice",
"attributes": {
"service": "payment_card_usd",
"currency": "USD",
"amount": 11,
"context": {
"card": {
"card_holder": "Test Test"
}
},
"customer": {
"reference_id": "26d91fd9-51cf-49d9-9a7d-9d7dedf57c64",
"name": "John Doe",
"address": {
"full_address": "Test 123",
"city": "London",
"post_code": "123456789"
}
},
"reference_id": "79e62df2-80bb-4b15-94ad-2da0a413355d",
"fields": {
"card_number": "4000000000000002"
}
}
}
}
Question
"Still looking for help connecting your Sends account?" Please contact our support team!