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"
}
'Create Walapay partner api key.
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"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.borderless.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Walapay partner api key.
"e19799ed-6d75-4914-986c-5577ddfb1a44"
Organization Walapay integration data
Was this page helpful?