Shift4 EU
EXPERIENCE THE FUTURE OF COMMERCE. Accept payments everywhere with Shift4's end-to-end commerce solution.
Website: www.shift4.com
Set up Account H2H merchant account
Step 1: Create Merchant Account
To create an account send connection request at the shift4.com/contact-support 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:
shift4__merchant_id→ Merchant IDshift4__secret_key→ Secret keyshift4__currency→ Currencyshift4__save_instant_token→ Save instant token
Connect Merchant Account
Step 1. Connect H2H account at the Corefy Dashboard
Press Connect at Shift4 Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Enter credentials:
- Merchant ID
- Secret key
- Save instant token → true/false
- Currency
- Features
- Method →
payment_card
Success
You have connected Shift4 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":25,
"reference_id":"042048b7-d8c2-4c21-bc2b-548e2134c64c",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":"1"
}
},
"customer":{
"reference_id":"shiftfour",
"first_name":"John",
"last_name":"Doe",
"email":"johndoe@test.com",
"ip":"192.168.1.1"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Maximum 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":25,
"reference_id":"042048b7-d8c2-4c21-bc2b-548e2134c64c",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":"1"
}
},
"customer":{
"reference_id":"shiftfour",
"first_name":"John",
"last_name":"Doe",
"email":"johndoe@test.com",
"ip":"192.168.1.1",
"city":"London",
"postCode":"E16AN",
"street":"Baker Street"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your Shift4 account?" Please contact our support team!