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 '{}'
This response does not have an example.

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 · object
{key}
string

Response

No content

I