Skip to content

Logo

Rapyd

The Fintech Platform For Card Acquiring, Global Payouts, Every Business. One platform to accept, send and hold funds globally.

Website: www.rapyd.net

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the www.rapyd.net/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:

  • rapyd__access_key → Access key
  • rapyd__ewallet → eWallet
  • rapyd__secret_key → Secret key
  • rapyd__payment_method_type → Payment method type
  • rapyd__test_mode → Test mode
  • rapyd__currency → choose currency (You can set these parameters according to available currencies and features for your Rapyd 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 Rapyd Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Access key
  • eWallet
  • Secret key
  • Payment method type
  • Test mode → true/false

Success

You have connected Rapyd H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

must for a successful sale is name

SALE

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello World",
      "currency":"EUR",
      "amount":47.35,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"a11d8792-5fe6-4dab-97ed-8d40ee410a3f",
        "name":"John Doe"
      },
      "test_mode":true,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"58acffba-045e-4d9a-b6f7-a7b43abb7230",
      "service_fields":[
      ]
    }
  }
}

Question

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