Paycos
An effective crypto processor for your business ensuring seamless transactions for your clients and unmatched convenience.
Website: paycos.com
Set up Account
Step 1: Create Provider account
To create an account send connection request at the paycos.com/en/contacts or contact manager directly. Submit the required documents to verify your account and gain access.
- We use dynamic route slicing
Step 2: Get required credentials
Credentials that have to be issued:
- merchant_private_key → Merchant private key
Connect Provider Account
Step 1. Connect Provider account at the Corefy Dashboard
Press Connect at Paycos Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant private key
Success
You have connected Paycos Provider account!
API examples:
Data set to create a payout invoices for pix_brl service
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"pix_brl",
"commerce_account":"Hello_World",
"currency":"BRL",
"amount":1,
"test_mode":false,
"reference_id":"eee313ed-3b82-4f70-8689-289074afb55e",
"fields":{
"cpf_number":"test",
"pix_key":"test"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Data set to create a payout invoices for bank_transfer_brl service
PAYOUT
POST /api/commerce/payout-invoices HTTP/1.0
{
"data":{
"type":"payout-invoice",
"attributes":{
"service":"bank_transfer_brl",
"commerce_account":"Hello_World",
"currency":"BRL",
"amount":1,
"test_mode":false,
"reference_id":"eee313ed-3b82-4f70-8689-289074afb55e",
"fields":{
"cpf_cnpj_number":"test",
"bank_account_digit": "test",
"bank_code": "test",
"account_number": "test"
},
"options":{
"attempts_limit":0,
"split_mode":false,
"allow_partially":false,
"auto_process":false
}
}
}
}
Still looking for help connecting your Paycos account?
Please contact our support team! No newline at end of file