Push To Card Widget
The Push To Card Widget allows you to embed an iframe into your site for credit card number entry. This widget communicates directly with KyckGlobal so you have no PCI security concerns. Follow the steps below to use it.
#
Step 1: Unique ID GenerationFor security reasons, we generate a unique ID per client for use in the widget. Please contact support@kyckglobal.com and let them know you need a widget ID with the following information:
- Environment (sandbox or production)
- desired callback URL
#
Step 2: Payee Auth TokenBefore loading the iframe, you need to request a unique auth token for the payee. This request needs your unique ID as well as the payee email. See below for documentation of the call.
#
Request Body#
Response Body#
Step 3:Widget UsageInclude the following tag in your web page to consume the widget:
#
Step 4: CallbackOnce the user inputs the required fields and the card is successfully added, KyckGlobal will initiate the callback to the address specified by the widget unique ID.
#
Callback URLThe {baseUrl}
will match the value you specify during unique ID generation.