Skip to content

Logo

Prosperos

Website: prosperos.io

Set up Account

Step 1: Create merchant account

To create an account send connection request at the prosperos.io 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:

  • Api key
  • Api type
  • Brand ID

Connect H2H Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

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

Connect

Enter credentials:

  • api_key → Api key
  • api_type → Api type
  • brand_id → Brand ID
  • currency → choose currency (You can set these parameters according to available currencies and features for your Prosperos wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Success

You have connected Prosperos H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_eur_hpp service

SALE

{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello World",
      "currency":"EUR",
      "amount":10,
      "reference_id":"7cf3470b-b74e-4f40-8ad5-4cbac9da535f",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"3a74991c-f2e6-43d9-843e-e17be4d58ae5",
        "name":"John Wick",
        "email":"[email protected]",
        "phone":"+4434535435890",
        "individual_tax_id":"1234",
        "address":{
          "full_address":"San Jose Mata Redonda",
          "country":"CR",
          "region":"London",
          "city":"San Jose",
          "post_code":"1234"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "service_fields":[
      ]
    }
  }
}

Maximum data set to create a payment invoices for payment_card_eur_hpp service

SALE

{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_eur_hpp",
      "commerce_account":"Hello world",
      "currency":"EUR",
      "amount":10,
      "reference_id":"76bad81a-1f3e-4d26-83a3-2f4ebaef0719",
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "customer":{
        "reference_id":"c56545fa-af31-48ce-abfe-efa97b5247bf",
        "name":"John Wick",
        "email":"[email protected]",
        "phone":"+4434535435890",
        "date_of_birth":"1990-06-03",
        "individual_tax_id":"12345",
        "address":{
          "full_address":"San Jose Mata Redonda",
          "country":"CR",
          "region":"London",
          "city":"San Jose",
          "street":"San Jose Mata Redonda",
          "post_code":"12345"
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "service_fields":[
      ]
    }
  }
}

Question

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