Skip to content

Logo

Rixsus

Enhance your methods in Latin America. We are the new way of cross-border payment in Latam.

Website: rixsus.com

Set up Account Provider account

Step 1: Create Provider account

To create an account send connection request at the rixsus.com/contact-us 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:

  • rixsus__mid → Merchant ID
  • rixsus__secret_key → Secret Key
  • rixsus__test_mode → Test mode

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

Press Connect at Rixsus Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Connect

Enter credentials:

  • Merchant ID
  • Secret Key
  • Test mode → true/false

Success

You have connected Rixsus Provider account!

API examples:

Minimum data set to create a payment invoices for bank_transfer_ars_hpp service

PAYMENT

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"bank_transfer_ars_hpp",
      "commerce_account":"HELLO WORLD",
      "currency":"ARS",
      "amount":100,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"4e527231-5f45-4874-bd99-24d7d221129f",
        "name":"John Wick",
        "email":"[email protected]"
      },
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"03e7bbc6-61f3-48c8-91ce-1cd3af97564c",
      "service_fields":{
        "document_id":"33123123"
      }
    }
  }
}

Maximum data set to create a payment invoices for bank_transfer_ars_hpp service

PAYMENT

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"bank_transfer_ars_hpp",
      "commerce_account":"HELLO WORLD",
      "currency":"ARS",
      "amount":100,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"8da3c1db-9d5f-45f3-aa52-ee8375045eaf",
        "name":"John Wick",
        "email":"[email protected]",
        "phone":"06343232325",
        "address":{
          "full_address":"address test 123"
        },
        "metadata":{
          "ip":"127.0.0.1"
        }
      },
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"e3aa279e-1809-4089-affd-b5e8dcc4a4e9",
      "service_fields":{
        "document_id":"33123123"
      }
    }
  }
}

Minimum data set to create a payout invoices for bank_transfer_ars service

possible values of the account_type parameter = CBU, CVU, ALIAS

the following values are passed: case CBU = 1; case CVU = 2; case ALIAS = 3;

PAYOUT

POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"bank_transfer_ars",
      "commerce_account":"HELLO WORLD",
      "currency":"ARS",
      "amount":10,
      "metadata":{
        "ip":"127.0.0.1"
      },
      "test_mode":true,
      "reference_id":"39efd2f3-032f-4e85-895a-4608a2907cd9",
      "fields":{
        "account_type":"CBU",
        "beneficiary_name":"John",
        "beneficiary_lastname":"Wick",
        "bank_account":"test",
        "beneficiary_address":"test address 123",
        "beneficiary_document_id":"71640610",
        "beneficiary_email":"[email protected]",
        "beneficiary_phone":"0645678905"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Constants

Сonstants

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:

  • FIRST_NAME → customer [first_name]
  • LAST_NAME → customer [last_name]
  • EMAIL → customer [email]
  • PHONE → customer [phone]
  • ADDRESS → customer [address] [address]
  • IP → constant [ip]

Question

"Still looking for help connecting your Rixsus account?" Please contact our support team!