Submit a collection payment request. This will lock in a rate and await approval.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Amount in USD or local currencyThe
amountfield and thelocalAmountfield are interchangeable in the request body. Either one is required, but not both. Specifying the USDamountwill then calculate an amount in local currency based on the partner rates, while specifying alocalAmountin the local currency will fix this amount for the user while calculating the USD amount from the rates. TheconvertedAmountin the response body indicates the amount in local currency that has either been fixed or calculated.
Ten minutes expiryCollection requests have ten minutes to be accepted or will automatically mark itself as expired.
Force AcceptSetting
forceAcceptfield totrueallows you to skip the accept collection request and your collection would start processing once you submit collection request.Note: You should expect the
bankInfoobject for bank channel type ifforceAcceptistrue, Also keep in mind force accept for bank channel type adds a bit more latency to your submit collection request.
Channel NoteWhen the channel id selected requires a redirect for the deposit to be made and the
forceAcceptvalue is set totrue, then theredirectUrlfield is required and the request will fail if it is not provided.Note: the
redirectUrlhas to be a valid url with thehttp://orhttps://scheme included.

