Setup Walapay integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/walapay \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "e19799ed-6d75-4914-986c-5577ddfb1a44"
}
'Integrations Config
Setup Walapay integration.
deprecated
Create Walapay partner api key.
PUT
/
v1
/
organizations
/
integrations
/
walapay
Setup Walapay integration.
curl --request PUT \
--url https://sandbox-api.borderless.xyz/v1/organizations/integrations/walapay \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "e19799ed-6d75-4914-986c-5577ddfb1a44"
}
'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The Walapay partner api key.
Example:
"e19799ed-6d75-4914-986c-5577ddfb1a44"
Response
202
Organization Walapay integration data
Was this page helpful?
⌘I