-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add stripe webhook data for version 2015-10-16
- Loading branch information
Showing
62 changed files
with
2,581 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
stripe_webhooks/2015-10-16/account_external_account_created.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: account.external_account.created | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: ba_00000000000000 | ||
object: bank_account | ||
account: acct_00000000000000 | ||
bank_name: STRIPE TEST BANK | ||
country: US | ||
currency: usd | ||
default_for_currency: false | ||
fingerprint: BoBS64BqvgqBDUKQ | ||
last4: '6789' | ||
metadata: {} | ||
name: | ||
routing_number: '110000000' | ||
status: new |
24 changes: 24 additions & 0 deletions
24
stripe_webhooks/2015-10-16/account_external_account_deleted.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: account.external_account.deleted | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: ba_00000000000000 | ||
object: bank_account | ||
account: acct_00000000000000 | ||
bank_name: STRIPE TEST BANK | ||
country: US | ||
currency: usd | ||
default_for_currency: false | ||
fingerprint: BoBS64BqvgqBDUKQ | ||
last4: '6789' | ||
metadata: {} | ||
name: | ||
routing_number: '110000000' | ||
status: new |
25 changes: 25 additions & 0 deletions
25
stripe_webhooks/2015-10-16/account_external_account_updated.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: account.external_account.updated | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: ba_00000000000000 | ||
object: bank_account | ||
account: acct_00000000000000 | ||
bank_name: STRIPE TEST BANK | ||
country: US | ||
currency: usd | ||
default_for_currency: false | ||
fingerprint: BoBS64BqvgqBDUKQ | ||
last4: '6789' | ||
metadata: {} | ||
name: | ||
routing_number: '110000000' | ||
status: new | ||
previous_attributes: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: account.updated | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: acct_00000000000000 | ||
object: account | ||
business_logo: | ||
business_name: | ||
business_url: | ||
charges_enabled: false | ||
country: US | ||
currencies_supported: | ||
- usd | ||
- aed | ||
- afn | ||
- "..." | ||
debit_negative_balances: true | ||
decline_charge_on: | ||
avs_failure: false | ||
cvc_failure: false | ||
default_currency: usd | ||
details_submitted: true | ||
display_name: | ||
email: [email protected] | ||
external_accounts: | ||
object: list | ||
data: [] | ||
has_more: false | ||
total_count: 0 | ||
url: "/v1/accounts/acct_27GvSMUrw6nMBU84mVCr/external_accounts" | ||
legal_entity: | ||
additional_owners: | ||
address: | ||
city: | ||
country: US | ||
line1: | ||
line2: | ||
postal_code: | ||
state: | ||
business_name: | ||
dob: | ||
day: | ||
month: | ||
year: | ||
first_name: | ||
last_name: | ||
personal_address: | ||
city: | ||
country: | ||
line1: | ||
line2: | ||
postal_code: | ||
state: | ||
personal_id_number_provided: false | ||
ssn_last_4_provided: false | ||
type: | ||
verification: | ||
details: | ||
details_code: failed_other | ||
document: | ||
status: unverified | ||
managed: false | ||
product_description: | ||
statement_descriptor: TEST | ||
support_phone: | ||
timezone: Etc/UTC | ||
tos_acceptance: | ||
date: | ||
ip: | ||
user_agent: | ||
transfer_schedule: | ||
delay_days: 7 | ||
interval: daily | ||
transfers_enabled: false | ||
verification: | ||
disabled_reason: fields_needed | ||
due_by: 1450348258 | ||
fields_needed: | ||
- legal_entity.verification.document | ||
previous_attributes: | ||
verification: | ||
fields_needed: [] | ||
due_by: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: balance.available | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
object: balance | ||
available: | ||
- amount: 0 | ||
currency: usd | ||
livemode: false | ||
pending: | ||
- amount: 0 | ||
currency: usd |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: bitcoin.receiver.created | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: btcrcv_00000000000000 | ||
object: bitcoin_receiver | ||
active: false | ||
amount: 100 | ||
amount_received: 0 | ||
bitcoin_amount: 1757908 | ||
bitcoin_amount_received: 0 | ||
bitcoin_uri: bitcoin:test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1?amount=0.01757908 | ||
created: 1450089072 | ||
currency: usd | ||
description: Receiver for John Doe | ||
email: [email protected] | ||
filled: false | ||
inbound_address: test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1 | ||
livemode: false | ||
metadata: {} | ||
refund_address: | ||
uncaptured_funds: false | ||
used_for_payment: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: bitcoin.receiver.filled | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: btcrcv_00000000000000 | ||
object: bitcoin_receiver | ||
active: false | ||
amount: 100 | ||
amount_received: 0 | ||
bitcoin_amount: 1757908 | ||
bitcoin_amount_received: 0 | ||
bitcoin_uri: bitcoin:test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1?amount=0.01757908 | ||
created: 1450089075 | ||
currency: usd | ||
description: Receiver for John Doe | ||
email: [email protected] | ||
filled: false | ||
inbound_address: test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1 | ||
livemode: false | ||
metadata: {} | ||
refund_address: | ||
uncaptured_funds: false | ||
used_for_payment: false |
18 changes: 18 additions & 0 deletions
18
stripe_webhooks/2015-10-16/bitcoin_receiver_transaction_created.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: bitcoin.receiver.transaction.created | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: btctxn_00000000000000 | ||
object: bitcoin_transaction | ||
amount: 2000 | ||
bitcoin_amount: 20000000 | ||
created: 1450089083 | ||
currency: usd | ||
receiver: btcrcv_17HVlw2eZvKYlo2COTH4sLs2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: bitcoin.receiver.updated | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: btcrcv_00000000000000 | ||
object: bitcoin_receiver | ||
active: false | ||
amount: 100 | ||
amount_received: 0 | ||
bitcoin_amount: 1757908 | ||
bitcoin_amount_received: 0 | ||
bitcoin_uri: bitcoin:test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1?amount=0.01757908 | ||
created: 1450089079 | ||
currency: usd | ||
description: Receiver for John Doe | ||
email: [email protected] | ||
filled: false | ||
inbound_address: test_7i9Fo4b5wXcUAuoVBFrc7nc9HDxD1 | ||
livemode: false | ||
metadata: {} | ||
refund_address: | ||
uncaptured_funds: false | ||
used_for_payment: false | ||
previous_attributes: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
--- | ||
created: 1326853478 | ||
livemode: false | ||
id: evt_00000000000000 | ||
type: charge.captured | ||
object: event | ||
request: | ||
pending_webhooks: 1 | ||
api_version: '2015-10-16' | ||
data: | ||
object: | ||
id: ch_00000000000000 | ||
object: charge | ||
amount: 212 | ||
amount_refunded: 0 | ||
application_fee: | ||
balance_transaction: txn_00000000000000 | ||
captured: true | ||
created: 1419171865 | ||
currency: usd | ||
customer: cus_00000000000000 | ||
description: | ||
destination: | ||
dispute: | ||
failure_code: | ||
failure_message: | ||
fraud_details: {} | ||
invoice: in_00000000000000 | ||
livemode: false | ||
metadata: {} | ||
paid: true | ||
receipt_email: | ||
receipt_number: | ||
refunded: false | ||
refunds: | ||
object: list | ||
data: [] | ||
has_more: false | ||
total_count: 0 | ||
url: "/v1/charges/ch_5MuSnHsHswLrRL/refunds" | ||
shipping: | ||
source: | ||
id: card_00000000000000 | ||
object: card | ||
address_city: | ||
address_country: | ||
address_line1: | ||
address_line1_check: | ||
address_line2: | ||
address_state: | ||
address_zip: | ||
address_zip_check: | ||
brand: Visa | ||
country: US | ||
customer: cus_00000000000000 | ||
cvc_check: pass | ||
dynamic_last4: | ||
exp_month: 12 | ||
exp_year: 2017 | ||
funding: credit | ||
last4: '4242' | ||
metadata: {} | ||
name: Shit man | ||
tokenization_method: | ||
statement_descriptor: | ||
status: succeeded |
Oops, something went wrong.