WorldPay¶
Payment Processing. Grow your business with simplified payment experiences.
Website: www.fisglobal.com
Set up Account¶
Step 1: Create Provider account¶
To create an account send connection request at the fisglobal.com/solutions-contact 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:
- Username
- Merchant code
- Xml password
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at WorldPay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Username
- Merchant code
- Xml password
Success
You have connected WorldPay Provider account!
Step 1: Create Merchant account¶
To create an account send connection request at the fisglobal.com/solutions-contact 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:
- Username
- Merchant code
- Xml password
- Api ID
- Api key
- ID organization
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at WorldPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Username
- Merchant code
- Zml password
- Api ID
- Api key
- ID organization
- Currency → choose currency (You can set these parameters according to available currencies and features for your WorldPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Success
You have connected WorldPay H2H merchant account!
API examples:¶
Minimum data set to create a transaction for PAYOUT¶
POST /api/commerce/payout-invoices HTTP/1.1
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"payment_card_gbp",
"commerce_account":"coma_MBPad8VbeRqAx9ao",
"currency":"GBP",
"amount":53.87,
"reference_id":"eae08d28-1a7a-407f-ab4d-2c8275ca7964",
"customer":{
"reference_id":"29ab19fd-4062-4ea9-ac24-06297b0ddd9e",
"name":"PENDINGAPPROVED"
},
"test_mode":true,
"fields":{
"card_number":"444433******1111"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Minimum data set to create a transaction for SALE¶
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"coma_GJ0QnjW7SXIJWa8L",
"currency":"EUR",
"amount":26.9,
"reference_id":"cf58dbc1-5cf8-4622-8695-ef0d9595efae",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"949360ab-3140-4608-afd1-a574e1948a2e"
},
"test_mode":true,
"options":{
"allow_partially":false
},
"service_fields":[
]
}
}
}
Maximum data set to create a transaction for SALE¶
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"coma_GJ0QnjW7SXIJWa8L",
"currency":"EUR",
"amount":32,
"reference_id":"4f9bd168-3ad0-4177-8ba9-7f5997927564",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"8c5a4832-45fc-49ad-bb8f-f38a4c46c685",
"name":"John Wick",
"email":"[email protected]",
"phone":"445556667788",
"date_of_birth":"2000-02-01",
"address":{
"full_address":"Address",
"country":"AW",
"region":"Region",
"city":"City",
"street":"Street",
"post_code":"Postcode"
}
},
"test_mode":true,
"options":{
"allow_partially":false
},
"service_fields":[
]
}
}
}
Still looking for help connecting your GetaPay account?