Utorg
Buy Bitcoin with card
Website: utorg.pro
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the utorg.pro/business/#contact-form 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:
- Login
- SID
- Api key
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Utorg Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- utorg_login → Login
- utorg_sid → SID
- utorg_api_key → Api key
- Test mode → true/false
Success
You have connected Utorg Provider account!
API examples for payments:
Minimum data set to create a payment invoices for skrill_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"skrill_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":5,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"73a29122-66b3-4c9e-99b1-f388d5eeae37",
"service_fields":[
]
}
}
}
Maximum data set to create a payment invoices for skrill_eur_hpp service
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"skrill_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":5,
"reference_id":"7de7eebc-8cd8-4292-89f1-9efa2cd964b1",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"75db6f2f-dd7a-4768-bfdd-770088dfd9be",
"name":"John Wick",
"email":"[email protected]",
"phone":"+44645645645",
"date_of_birth":"1993-08-10",
"individual_tax_id":"34534534",
"address":{
"full_address":"United Kingdom",
"country":"IN",
"region":"London",
"city":"London",
"street":"Oxford Street",
"post_code":"WJ1243"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
API examples for payouts:
Maximum and minimum data set to create a payout invoices for skrill_eur service
PAYOUT
POST /api/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"skrill_eur",
"currency":"EUR",
"amount":5,
"test_mode":true,
"reference_id":"1755286386",
"customer":{
"reference_id":"1234567890",
"email":"[email protected]"
},
"fields":{
"email":"[email protected]"
}
}
}
}
Constants for payments
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- COUNTRY → customer [address] [country]
- EMAIL → customer [email]
- FIRST_NAME → customer [first_name]
- LAST_NAME → customer [last_name]
Constants for payouts
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- EMAIL → customer [email]
Provider Options for payments
- Send Apm data
- enabling allows you to enter a first name, last name, email before switching to http for Giropay
Question
"Still looking for help connecting your Utorg account?" Please contact our support team!