Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Redirect

Redirect

export
interface

Redirect

Hierarchy

  • Redirect

Index

Properties

failure_url

failure_url: string

Notification URL we will contact after the authorization has been successfully completed. The placeholder {payment_id} in the URL is replaced with the actual ID of this payment.

example

https://notification.com/{payment_id}

memberof

Redirect

success_url

success_url: string

URLs to redirect after successful or failed authorization. The placeholder {payment_id} in the URL is replaced with the actual ID of this payment.

example

https://notification.com/{payment_id}

memberof

Redirect

Generated using TypeDoc