Payment instrument created

webhookbalancePlatform.paymentInstrument.created

Adyen sends this webhook when you successfully create a payment instrument.

The webhook does not include the card number when creating virtual cards. You can only get the card number in the response of the POST /paymentInstruments request.

Request Parameters

dataobjectRequired

Contains event details.

environmentstringRequired

The environment from which the webhook originated.

Possible values: test, live.

typestringRequired

Type of webhook.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses