POST
/
Wallet
/
applepay
/
configure-organization
curl --request POST \
  --url https://api-sandbox.payabli.com/api/Wallet/applepay/configure-organization \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "orgId": 901,
  "isEnabled": true,
  "cascade": true
}'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseData": {
    "organizationId": 901,
    "updates": {
      "isEnabled": true,
      "cascade": true
    },
    "jobId": "445865",
    "jobStatus": "completed",
    "createdAt": "2022-07-01 15:00:01",
    "updatedAt": "2022-07-01 15:00:01",
    "id": "<string>",
    "type": "<string>"
  },
  "responseCode": 1,
  "pageIdentifier": "null"
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Body

Response

200
application/json

Success

The response is of type object.