Payments
Create Stripe payment intent
Create Stripe payment intent
POST
https://prod01-apigw.{customer_name}.fabric.zone
/
ext-stripe
/
payment-intent
Headers
x-api-key
string
Body
application/json
amount
integer
Required range:
x > 1
currency
string
Required string length:
3
customer
string
confirm
boolean
default: falseoff_session
boolean
default: falsepayment_method
string
payment_method_types
enum<string>[]
Available options:
card
receipt_email
string
setup_future_usage
enum<string>
default: off_sessionAvailable options:
on_session
, off_session
capture_method
enum<string>
default: manualAvailable options:
automatic
, manual
application_fee_amount
integer
Required range:
x > 1
transfer_data
object
metadata
object
Response
200 - application/json
id
string
object
string
amount
number
amount_capturable
number
amount_received
number
application
string
application_fee_amount
number
canceled_at
string
cancellation_reason
string
capture_method
string
client_secret
string
confirmation_method
string
created
number
currency
string
customer
string
description
string
invoice
string
last_payment_error
string
livemode
boolean
metadata
object
next_action
string
on_behalf_of
string
payment_method
string
payment_method_options
object
payment_method_types
string[]
receipt_email
string
review
string
setup_future_usage
string
shipping
string
source
string
statement_descriptor
string
statement_descriptor_suffix
string
status
string
transfer_data
string
transfer_group
string
charges
object
Was this page helpful?