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:
- sends__point → Point
- sends__cross_border_payout_service → Cross border payout service number
- sends__uk_payout_service → UK payout service number
- sends__private_key → Private key
- sends__public_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:
- Point
- Cross border payout service number
- UK payout service number
- Private key
- Public key
Success
You have connected Sends Provider account!
API examples:¶
Minimum data set to create a payout invoices for payment_card_eur service¶
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"payment_card_eur",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":1,
"customer":{
"reference_id":"KORKIN2",
"name":"OLEKSANDR KORKIN"
},
"test_mode":false,
"reference_id":"46d04637-6866-470f-ba98-7290e0d48eb5",
"fields":{
"card_number":"555770******4445"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Question
"Still looking for help connecting your Sends account?" Please contact our support team!