v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Integration Endpoints

account/set-global-pay-credentials

This endpoint is used to configure the optional integration with a Global Pay account. For more information please visit our integration section.

post/account/set-global-pay-credentials

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

GlobalPayAppIDstring

Your updated Global Pay App ID

GlobalPaySharedSecretstring

Your updated Global Pay shared secret key

Statusstring

Request status

Example response

{
  "GlobalPayAppID": "{GlobalPayAppID}",
  "GlobalPaySharedSecret": "{GlobalPaySharedSecret}",
  "Status": "Updated"
}