CheckoutResponse

data class CheckoutResponse(val id: String, val redirectUrl: String)

Raw response of POST /v1/payment/checkout/intiate.

Parameters

id

the checkout session id.

redirectUrl

the hosted page the user must be sent to in order to pay.

Constructors

Link copied to clipboard
constructor(id: String, redirectUrl: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard