Integrate Card via iPay88 on your website or mobile application and fully customize your checkout experience using your own UI.
Parameter Name | Required | Description |
---|---|---|
currencyCode | ✔ | 3-letter currency code in ISO 4217 format, e.g. USD for US dollars |
order ↳ lineItems | ✔ | Details of the line items of the order |
order ↳ lineItems | ✔ | Description of the line item |
order ↳ countryCode | ✔ | Must by MY |
customer ↳ firstName | ✔ | First name of the customer |
customer ↳ lastName | ✔ | Last name of the customer |
customer ↳ emailAddress | ✔ | Customer email address |
Podfile
missing-sdk
and description Missing SDK PrimerIPay88MYSDK
add the following post-install script in your podfile:paymentMethod.vaultOnSuccess
to true
in the client session. This ensures that the card is added to Primer’s centralized vault after a payment is successfully authorized.In order to vault Card via iPay88 accounts, pass the following data in the Client Session:Parameter Name | Required | Description |
---|---|---|
customerId | ✔ | A unique identifier for your customer |
vaultOnSuccess
is properly set to true in the client session, the card will automatically be vaulted against the customer id.