Decta Soap¶
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the [email protected] 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:
- dectasoap__merchant_id → Merchant ID
- dectasoap__transaction_type → Transaction type
- dectasoap__api_url → API URL
- dectasoap__mpi_api_url → MPI API URL
- dectasoap__private_key → Private key
- dectasoap__merchant_certificate → Merchant certificate
- dectasoap__currency → choose currency (You can set these parameters according to available currencies and features for your Decta Soap wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at Decta Soap Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Merchant ID
- Transaction type
- API URL
- MPI API URL
- Private key
- Merchant certificate
- Currency
Success
You have connected Decta Soap H2H merchant account!
API examples:¶
Data set to create a payment invoices for payment_card_usd_hpp service¶
SALE
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_usd_hpp",
"commerce_account": "hello world",
"currency": "USD",
"amount": 1,
"reference_id": "4bfc8d32-8726-4989-a580-2adca8f875cb",
"flow": "charge",
"gateway_options": {
"cardgate": {
"tokenize": false
}
},
"callback_url": "http://9649-3-65-180-235.ngrok-free.app",
"test_mode": false,
"options": {
"allow_partially": false,
"bypass_hpp": false,
"send_operation_context_on_return": false
},
"service_fields": {}
}
}
}
Provider Options¶
- qcash_method
- send ppwi parameter to provider
Question
"Still looking for help connecting your Decta Soap account?" Please contact our support team!