Custom Integration

Here you will find some useful clarifications for Custom Integration

📘

I am trying to place a test order but I cannot proceed. What can be wrong?
Error: "not a valid key=value pair (missing equal-sign) in Authorization header: "Bearer XXX"
Does Scalapay support frontend call?
Does Scalapay allow HTTP security protocol?
Where can I find the API Key and Endpoint for testing my integration?
I installed the widget with the HTML code. What should I do now?
I have a Custom platform. Can Scalapay take care of the integration?

  • I am trying to place a test order but I cannot proceed. What can be wrong?

    It is likely that the API calls you implemented were not correctly built; make sure that the payload contains all required fields and that they conform to the required data type Find more information at the following links:
    https://developers.scalapay.com/reference/post_v2-orders - Create Order
    https://developers.scalapay.com/reference/post_v2-payments-capture-1 - Capture Order (edited)
    https://developers.scalapay.com/reference/get_v2-payments-token-1 Get Order Details

  • I am setting up a Custom Integration and I get this error in response to my Post API Call: "not a valid key=value pair (missing equal-sign) in Authorization header: "Bearer XXX"

    The API call header was not built correctly. Please, make sure it follows the directions as per following link: https://developers.scalapay.com/reference/request-headers

  • Does Scalapay support frontend call?

    Scalapay supports only Server to Server (Backend) API calls. The Scalapay API uses Bearer authentication (also called token authentication), a simple authentication scheme built into the HTTPS protocol, that involves security tokens called bearer tokens.

  • Does Scalapay allow HTTP security protocol?

    The Scalapay API requires all communications to be secured using TLS 1.2 or greater.

  • Where can I find the API Key and Endpoint for testing my integration?

    The general API Key used for integration is the following: qhtfs87hjnc12kkos. If you have a sandbox created by your Integration Manager you can find your Test API Key in the Developers section.
    Please find here the endpoint : https://integration.api.scalapay.com

  • I installed the widget with the HTML code. What should I do now?

    You should set three principal API calls and then test all the configuration: Here you can find the following steps.

  • I have a Custom platform. Can Scalapay take care of the integration?

    Unfortunately not. Since the platform has been build using a customized code, we cannot. But we can surely provide you support and answer to all your questions. Feel free to reach your Integration Manager to set up a call with him/her. We will be happy to respond to your doubts.