Payment card createdWebhook

SecuritySecretApiKey or JWT
Request
Request Body schema: application/json

Payment card webhook request body resource.

paymentCardId
string

ID of the payment instrument.

eventType
string

Type of webhook event.

Enum: "payment-card-created" "payment-card-expiration-reminder" "payment-card-expired"
object

Embedded objects.

Array of objects

Related links.

Responses
2xx

Returns any 2xx status to indicate that the data received.

Request samples
application/json
{
  • "paymentCardId": "string",
  • "eventType": "payment-card-created",
  • "_embedded": {
    },
  • "_links": [
    ]
}