Without User Interface
Learn how to use our SDK in Javascript to allow integrations with our Deposits APIs
Getting started
Installation
Load D24 as a npm module
npm install @d24/sdk-minimalManually load the D24.js script
<script type="module" src="https://d24sdk.s3.amazonaws.com/releases/d24-minimal-1.0.19.es.js"></script>How to use
Instantiation
Parameter
Type
Description
Required
Possible values
Tokenization a credit card
API
Possible errors
Error
Explanation
generateToken({card}): Promise<{token: string}>
Parameters
Parameter
Type
Description
Required
Example
Possible errors
Error
Explanation
Deposit Creation
Without User InterfaceLast updated
Was this helpful?

