#wandrew
1 messages ยท Page 1 of 1 (latest)
Hi ๐ no, I don't believe so. Since the Event has the payment_method prefix, it will be an Event object where the data field contains a Payment Method object.
You mentioned that you wanted to respond to the webhook event, can you elaborate on that? Typically you only respond to webhook events to confirm that your endpoint was successfully able to receive the Event that we sent.
@split flame wanted to check if you saw the above?
Yeah thanks alot! Did not mean respond ๐
Gotcha! If you need to test how your endpoint will handle these in general, then the best approach is to make your own request to your endpoint passing the structure of the Event as best you can model it. If you have a live account, then you may be able to find examples of the Event's structure from your live mode logs.