Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 4.25 KB

File metadata and controls

22 lines (18 loc) · 4.25 KB

StripeAuthCaptureRequest

Properties

Name Type Description Notes
type str
account_id str {&quot;description&quot;:&quot;ID of the BillForward Account with which you would like to associate the created payment method.<br>If omitted, BillForward will associate the created PaymentMethod with a newly-created Account, whose Profile details will be populated using billing information from the funding instrument.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
gateway str {&quot;description&quot;:&quot;The gateway with which your funding instrument has been vaulted.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
company_name str {&quot;description&quot;:&quot;The name of the company of the customer from whose card a PaymentMethod is being produced. If provided: this metadata will be used to populate a Profile &mdash; should a BillForward Account be created by this request.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
email str {&quot;description&quot;:&quot;The email address of the customer from whose card a PaymentMethod is being produced. If provided: this metadata will be used to populate a Profile &mdash; should a BillForward Account be created by this request.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
first_name str {&quot;description&quot;:&quot;The first name of the customer from whose card a PaymentMethod is being produced. If provided: this metadata will be used to populate a Profile &mdash; should a BillForward Account be created by this request.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
last_name str {&quot;description&quot;:&quot;The last name of the customer from whose card a PaymentMethod is being produced. If provided: this metadata will be used to populate a Profile &mdash; should a BillForward Account be created by this request.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
mobile str {&quot;description&quot;:&quot;The mobile phone number of the customer from whose card a PaymentMethod is being produced. If provided: this metadata will be used to populate a Profile &mdash; should a BillForward Account be created by this request.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
default_payment_method bool {&quot;default&quot;:false,&quot;description&quot;:&quot;Whether the PaymentMethod produced by this request should be elected as the 'default' payment method for the concerned BillForward Account. Whichever PaymentMethod is elected as an Account's default payment method, will be consulted whenever payment is demanded of that Account (i.e. upon the execution of any of the Account's invoices).&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional] [default to False]
organization_id str {&quot;description&quot;:&quot;ID of the BillForward Organization within which the requested PaymentMethod should be created. If omitted, this will be auto-populated using your authentication credentials.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
stripe_token str {&quot;description&quot;:&quot;Single-use token <a href=\&quot;https://stripe.com/docs/stripe.js\\\&quot;&gt;provided by Stripe's client-side card capture SDK</a>, in response to your capturing a card into the Stripe vault. This token will be used by BillForward to find the tokenized card within the Stripe vault &mdash; precursory to linking a BillForward PaymentMethod to that tokenized card.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]}
card_id str {&quot;description&quot;:&quot;ID of the captured Card in Stripe. This can be provided as well as &mdash; or instead of &mdash; the one-use `stripeToken`, to lead BillForward to the card tokenized within the Stripe vault.&quot;,&quot;verbs&quot;:[&quot;POST&quot;]} [optional]
customer_id str [optional]

[Back to Model list] [Back to API list] [Back to README]