Payment Method was updated (modified or deleted)Webhook

Request
Security:
Request Body schema: application/json
payment_method_id
string <= 36 characters

Primary key for this payment method

account_id
string (schemas) <= 36 characters

Tilia account ID

state
string

State of this payment method

Enum: "ACTIVE" "INACTIVE" "UNVERIFIED"
Responses
2XX

Return a 2XX status to indicate that the data was received successfully

4XX

Return a 4XX status to indicate that the request was malformed

Request samples
application/json
{
  • "payment_method_id": "pm_2V2bA0r2hJpUnCA9HeTgOl0rONr",
  • "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "state": "ACTIVE"
}