Concept Pay
Platform for Coordinating Payment Processes. Enhance your payment operations, achieve superior outcomes, and power your global aspirations. Adopt seamless international transactions.
Website: conceptpay.org
Set up Account Provider account
Step 1: Create Provider account
To create an account send connection request at the conceptpay.org/contacts 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:
- conceptpay__api_key → API Key
- conceptpay__secret_key → Secret Key
- conceptpay__test_mode → Test Mode
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Concept Pay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- API Key
- Secret Key
- Test Mode → true/false
Success
You have connected Concept Pay Provider account!
API examples:
Minimum data set to create a payment invoices for payment_card_usd_hpp service
PAYMENT
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":2,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"test123gfdg",
"name":"John Doe",
"email":"[email protected]",
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"b85d88e1-9401-4672-9323-c9b2ef3dd757",
"service_fields":[
]
}
}
Maximum data set to create a payment invoices for payment_card_usd_hpp service
PAYMENT
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":2,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"test123gfdg",
"name":"John Doe",
"email":"[email protected]",
"phone":"380999999999",
"date_of_birth":"1996-11-12",
"individual_tax_id":"12312321",
"address":{
"full_address":"trest 123",
"country":"UA",
"region":"Kyiv",
"city":"Kyiv",
"street":"test 123321",
"post_code":"123123"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"b85d88e1-9401-4672-9323-c9b2ef3dd757",
"service_fields":[
]
}
}
}
Constants
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:
- LANGUAGE → constant [language]
- FIRST_NAME → customer [first_name]
- LAST_NAME → customer [last_name]
- DATE_OF_BIRTH → customer [date_of_birth]
- EMAIL → customer [email]
- PHONE → customer [phone]
- ADDRESS → customer [address] [address]
- TAX_ID → constant [tax_id]
- POST_CODE → customer [address] [post_code]
- STATE → customer [address] [state]
- STREET → constant [address] [street]
- CITY → customer [address] [city]
- COUNTRY → customer [address] [country_code]
Question
"Still looking for help connecting your Concept Pay account?" Please contact our support team!