Get Billing Info
Retrieves the customer’s billing address.If paying by credit card, it retrieves the card’s number, expiration date, card holder’s name and billing address.
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 customer's payment source you want to get.
Query Parameters
Determines whether the draft version should be retrieved if one exists.
limits which fields are returned in the response body
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

