Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table stripe_charge Closes #42 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add table stripe_charge Closes #42 #45

wants to merge 1 commit into from

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Sep 17, 2024

Example query results

Results
> select * from stripe_charge
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+-----------------+----------+------+----------------+--->
| account_id            | id                          | amount | amount_refunded | authorization_code | balance_transaction | captured | created                   | currency | customer | description                                 | disputed | failure_code | failure_message | livemode | paid | payment_intent | pa>
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+-----------------+----------+------+----------------+--->
| acct_1JEx4TIISyWksf2V | ch_3JRyItITDyDsbz2V0Ce6Sd0I | 100    | <null>          | <null>             | <null>              | false    | 2021-08-24T17:30:31+05:30 | usd      | <null>   | My First Test Charge (created for API docs) | false    | <null>       | <null>          | false    | true | <null>         | ca>
+-----------------------+-----------------------------+--------+-----------------+--------------------+---------------------+----------+---------------------------+----------+----------+---------------------------------------------+----------+--------------+-----------------+----------+------+----------------+---

@ParthaI ParthaI self-assigned this Sep 17, 2024
@ParthaI ParthaI linked an issue Sep 17, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table stripe_charge
1 participant