Skip to main content
PATCH
/
api
/
payments
/
payments
/
{paymentId}
/
metadata
Update metadata
curl --request PATCH \
  --url http://localhost/api/payments/payments/{paymentId}/metadata \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "errorCode": "VALIDATION",
  "errorMessage": "[VALIDATION] missing reference"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

paymentId
string
required

The payment ID.

Body

application/json
{key}
string

Response

No content