PATCH
/
consumers
/
{id}
/
offSessionPaymentMethods
Update off-session payment methods
curl --request PATCH \
  --url https://api.paygentic.io/v0/consumers/{id}/offSessionPaymentMethods \
  --header 'Authorization: Bearer <token>'
{
  "object": "list",
  "data": [
    {
      "id": "<string>",
      "consumerId": "<string>",
      "stripeId": "<string>",
      "stripePaymentMethodId": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Unique identifier for an organization

Response

200
application/json

Updated list of off-session payment methods

The response is of type object.