Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const obj = {
- id: 'cs_test_',
- object: 'checkout.session',
- after_expiration: null,
- allow_promotion_codes: null,
- amount_subtotal: 20000,
- amount_total: 20000,
- automatic_tax: { enabled: false, status: null },
- billing_address_collection: null,
- cancel_url: 'http://localhost:3000/fail',
- client_reference_id: null,
- consent: null,
- consent_collection: null,
- currency: 'inr',
- customer: null,
- customer_creation: 'always',
- customer_details: null,
- customer_email: null,
- expires_at: 1647684939,
- livemode: false,
- locale: null,
- metadata: {},
- mode: 'subscription',
- payment_intent: null,
- payment_link: null,
- payment_method_options: null,
- payment_method_types: [ 'card' ],
- payment_status: 'unpaid',
- phone_number_collection: { enabled: false },
- recovered_from: null,
- setup_intent: null,
- shipping: null,
- shipping_address_collection: null,
- shipping_options: [],
- shipping_rate: null,
- status: 'open',
- submit_type: null,
- subscription: null,
- success_url: 'http://localhost:3000/success',
- total_details: { amount_discount: 0, amount_shipping: 0, amount_tax: 0 },
- url: 'https://checkout.stripe.com/pay/cs_'
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement