posted
, a new payment status that closes the loop on payments by confirming when they have successfully landed in your users’ accounts.
With real-time account data, Method now provides a level of visibility that was previously unavailable in the U.S. financial system. By knowing if and when a payment has been applied, you can deliver timely and actionable updates to your users—boosting confidence and creating a seamless payment experience.
Key highlights:
2024-04-04
) going forward.error
field following the common Method error format. The error codes for webhook errors are:
WEBHOOK_DISABLED_FAILED_OTHER
: Indicates five consecutive failures not classified as 4XX, 5XX, or timeouts.WEBHOOK_DISABLED_RECEIVED_4XX_ERROR
: The endpoint returned client errors (4XX) five times.WEBHOOK_DISABLED_RECEIVED_5XX_ERROR
: The endpoint returned server errors (5XX) five times.WEBHOOK_DISABLED_TIMEOUT_ON_RESPONSE
: No valid response received within 5 seconds for five consecutive attempts.card_brand
in the products
array when creating an Element Token.method-python
).
list
endpoints are now available in the Python client.posted
as an enum value for the payment.status
field.method-node
).
list
endpoints are now available in the Node.js client.posted
as an enum value for the payment.status
field.