View shipping_phone_response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"shipping": { | |
"first_name": "Jan", | |
"last_name": "Kowalski", | |
"phone": "+48000000000", | |
"address": null, | |
"post_code": null, | |
"city": null | |
} |
View customer_data_changed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event": "customer_data_changed", | |
"previous": { | |
"customer_name":"Jan Kowalski", | |
"customer_email":"jan@kowalski.pl", | |
}, | |
"current": { | |
"customer_name":"Jan Kowalski", | |
"customer_email":"jan@kowalski.pl", | |
} |
View customer_deleted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"customer_deleted", | |
"customer_name":"Jan Kowalski", | |
"customer_email":"jan@kowalski.pl", | |
"customer_id":30, | |
"customer_stripe_id":"cus_JQDJM3E4uJCk98" | |
} |
View subscription_renewal_upcoming_2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_renewal_upcoming", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":false, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":"2021-06-03T13:58:04+02:00", |
View subscription_renewal_upcoming.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_renewal_upcoming", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":false, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":"2021-06-03T13:58:04+02:00", |
View subscription_renewal_failed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_renewal_failed", | |
"success":false, | |
"is_subscription":true, | |
"is_renew":true, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":"wiadomość z błędem", | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":null, |
View subscription_renewed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_renewed", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":true, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":null, |
View subscription_expired.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_expired", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":false, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":null, |
View subscription_plan_changed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_plan_changed", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":false, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":null, |
View subscription_canceled.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"event":"subscription_canceled", | |
"success":true, | |
"is_subscription":true, | |
"is_renew":false, | |
"is_new":false, | |
"last_chance":false, | |
"error_message":null, | |
"trial_ends_at":"2021-06-03T13:58:04+02:00", | |
"subscription_renews_at":null, |
NewerOlder