Set Billing Info
Adds a payment source to the order.
Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT Authorization header using the Bearer scheme.
Path Parameters
Unique identifier of the order whose payment source you want to update.
Query Parameters
Determines the update strategy for this update (ApplyAndCommit, ApplyToOriginal, ApplyToDraft).
Determines whether or not to check versioning of items for concurrency purposes.
limits which fields are returned in the response body
Body
All the properties that you want the payment source object to contain.
Customer's payment details such as payment type (credit card, check by mail, or PayPal) and cardholder information if payment is by credit card.
If the customer is paying by credit card, the card holder's details, such as the name on the card, number, billing address, and expiration dates.
Name of custom stored credit type
Custom data from payment providers
Transaction Id from third party payment source like Visa Checkout, Amazon
Indicates whether the payment is used in recurring transactions. ex- subscription payments
Indicates that billing and shipping address are the same
Type of payment, such as credit card, check by mail, or PayPal. see Mozu.CommerceRuntime.Contracts.Payments.PaymentTypeConst for valid values
Purchase order payment
Recurring Payment Id returned by Payment Gateway networkTransactionId for vantiv previousTransactionId for cybersource etc
The store credit to use for this purchase
The type of store credit used for this purchase
Response
Success
Customer's payment details such as payment type (credit card, check by mail, or PayPal) and cardholder information if payment is by credit card.
If the customer is paying by credit card, the card holder's details, such as the name on the card, number, billing address, and expiration dates.
Name of custom stored credit type
Custom data from payment providers
Transaction Id from third party payment source like Visa Checkout, Amazon
Indicates whether the payment is used in recurring transactions. ex- subscription payments
Indicates that billing and shipping address are the same
Type of payment, such as credit card, check by mail, or PayPal. see Mozu.CommerceRuntime.Contracts.Payments.PaymentTypeConst for valid values
Purchase order payment
Recurring Payment Id returned by Payment Gateway networkTransactionId for vantiv previousTransactionId for cybersource etc
The store credit to use for this purchase
The type of store credit used for this purchase

