POST
/
core
/
terms-of-service
/
{termsOfService}
/
accept
curl --request POST \
  --url https://api.enterprise.sandbox.uphold.com/core/terms-of-service/{termsOfService}/accept \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Uphold-User-Ip: <x-uphold-user-ip>'
{
  "termsOfService": {
    "code": "virtual-iban-global",
    "type": "virtual-iban",
    "modifiedAt": "2025-02-01T00:00:00Z",
    "acceptedAt": "2025-03-01T00:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Headers

X-Uphold-User-Ip
required

Contains the IP of the end user that is requesting the operation.

Path Parameters

termsOfService
enum<string>
required

The terms of service code.

Available options:
virtual-iban-global

Response

201
application/json
Terms of service acceptance added.
termsOfService
object
required