get
/dispersal/{dispersalToken}
You may call this endpoint as many times as you need. The initial performs the following actions:
- Commits the customer account
- Commits the application
- Commits the customer up-front payments
- Performs a dispersal 4.1. Provides a payment instrument (or) 4.2. Forwards the payment instrument to the setup proxy
Any future requests towards this endpoint would be only informative, as we would reply with the logged response from the initial request.
Important - after executing this call, you may no longer alter any information within the checkout, offer, account or application sections.
note* - when requesting the details based on token received via developer mode in our widget application, expect to see amount 123.45.
Authorization
apiKey - Authorization
Request Parameters
1 Path Parameter
1 Header
Responses
Status 200
Schema
merchantReference
string
Reference registered by your system at the point of creating the checkout
required
checkoutToken
string
Registered checkout token
required
accountToken
string
Registered account token
required
applicationToken
string
Registered application token
required
summary
object
required
card
object
If merchant has a proxy setup, this key will not be provided.
required
registrationTime
integer
UNIX timestamp
required
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
dispersalToken
$$.env
1 variable not set
Authorization