Netsellerpay¶
Seamless Payment Solutions Anywhere, Anytime. Discover a versatile payment platform designed to adapt to any business and enhance every step of your customer’s journey.
Website: netsellerpay.com
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the netsellerpay.com/get-quote 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:
- netsellerpay__company_num → Company number
- netsellerpay__hash_key → Hash key
- netsellerpay__currency → choose currency (You can set these parameters according to available currencies and features for your Netsellerpay 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 Netsellerpay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Company number
- Hash key
- Currency
Success
You have connected Netsellerpay 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":55.3,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"79a72a23-9805-4376-ba79-9dd62f7135b3",
"name":"John Doe",
"phone":"+448650405942",
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"a15e3908-cf47-4998-9ff0-4a11a5b3d6bf",
"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":55.3,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"79a72a23-9805-4376-ba79-9dd62f7135b3",
"name":"John Doe",
"email":"[email protected]",
"phone":"+448650405942",
"date_of_birth":"2000-06-06",
"address":{
"full_address":"Some street",
"country":"US",
"region":"CA",
"city":"Los Angeles",
"post_code":"777777"
}
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"a15e3908-cf47-4998-9ff0-4a11a5b3d6bf",
"service_fields":[
]
}
}
}
Question
"Still looking for help connecting your Netsellerpay account?" Please contact our support team!