PayNow

CheckoutPaymentInfoDto

Payment outcome information returned after a subscription change triggers an immediate charge.

declinedbooleanRequired
Indicates whether the payment was declined.
statusstringRequired
Status string from the payment provider.
checkout_urlstringOptional
Checkout URL to redirect to for on-session payments.
decline_messagestringOptional
The customer readable decline reason, if the payment was declined.
Example
{
  "declined": true,
  "status": "string",
  "decline_message": "string",
  "checkout_url": "string"
}