Click-To-Pay Objects Reference (Request)
Available dictionary objects
iStatus
const iStatus = {
success: 100,
unsupported: -100,
error: -200
}c2pEnvironment
const c2pEnvironment = {
sandbox: 0,
production: 1
}c2pReviewAction
const c2pReviewAction = {
pay: "PAY",
continue: "CONTINUE"
}Request objects
ClickToPayRequest
onCPButtonLoaded callback example
onPaymentPrefill callback example
onPaymentValidate callback example
onPaymentSuccess callback example
onPaymentCancel callback example
onPaymentError callback example
CPButtonLoadedResult Object
Last updated
Was this helpful?

