Checkout
A checkout payment allows the customer to choose the payment method themselves. This provides the user with a checkout-page which you redirect to from the paymentIntent.paymentInstructions.paymentUrl. If you want more control over what paymentMethods are available to the customer, use the paymentMethods -property when creating an PaymentIntent.
{
"paymentGateway": "checkout",
"paymentMethods": ["CreditCard", "Invoice"]
// ...the rest of "Create payment intent​"-properties
}
See Invoice for more details on the invoice-paymentMethod
