Cart
Retrieves the payment methods of a cart.
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
- GETRetrieves completed carts of the current tenant.
- GETRetrieves a cart by its ID.
- GETRetrieves a cart by its ID.
- PUTChanges the quantity of a cart item.
- PUTConfirms a cart.
- PUTConfirms the OTP of a cart.
- GETRetrieves the invoice addresses of a cart.
- GETRetrieves the payment methods of a cart.
- PUTPrepares a cart for stripe.
- GET
Accounting
Cart
Retrieves the payment methods of a cart.
Retrieves the payment methods of a cart.
GET
/
public
/
checkout
/
cart
/
{id}
/
payment-methods
Authorizations
Value for the Authorization header parameter.
Path Parameters
Cart identifier
Query Parameters
The collection page number
The number of items per page
Required range:
0 < x < 100
Response
200 - application/json
The card data of the payment method, if the type is "card"
Available options:
wallet
, sepa_debit
, stripe
, fake_provider
, paypal
, bank_transfer
, go_cardless
, testing
The sepa mandate data of the payment method, if the type is "sepa_debit"
Available options:
active
, action_required
, expired
, revoked
, gateway_unconfigured
Available options:
sepa_debit
, card
, paypal
, bank_transfer
, wallet
, fake_provider
Was this page helpful?