EPX¶
Website: www.epx.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the epx.com 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:
- epx__customer_number → Customer Number
- epx__merchant_number → Merchant Number
- epx__dba_number → DBA
- epx__terminal_number → Terminal number
- epx__acquirer_bin → Acquirer BIN
- epx__acquirer_merchant_id → Acquirer merchant Id
- epx__currency → choose currency (You can set these parameters according to available currencies and features for your EPX 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 EPX Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Customer Number
- Merchant Number
- DBA
- Terminal number
- Acquirer BIN
- Acquirer merchant Id
Success
You have connected EPX H2H merchant account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_usd_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_usd_hpp",
"commerce_account":"Hello World",
"currency":"USD",
"amount":1,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"3fc6cab9-3c5c-4690-b4df-e560927cad16",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your EPX account?" Please contact our support team!