Autodeposit lookup performed
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of autodeposit lookup-related webhook event.

customerIdstring, <= 50 characters(CustomerId)

ID of the customer resource.

Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
transactionIdstring, <= 50 characters(TransactionId)

ID of the transaction.

Example:"txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0"
autodepositLookupResponseobject

Autodeposit lookup response.

eventTypestring

Type of event that triggered the webhook.

Value:"autodeposit-lookup-performed"
_embeddedobject

Embedded objects related to the autodeposit lookup event.

Payload
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "autodepositLookupResponse": { "enrolled": false, "firstName": "string", "lastName": "string", "middleName": "string", "companyName": "string", "tradeName": "string" }, "eventType": "autodeposit-lookup-performed", "_embedded": { "customer": {}, "transaction": {} }, "_links": [ {} ] }

Responses

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