Skip to main content
Error
A valid request URL is required to generate request examples
{
  "Success": true,
  "TrackingIdentifier": "<string>",
  "NonCreditReason": "None"
}
This API MUST be implemented by the Partner. Platform’s backend will notify the final fund credit to the user’s account.

Body

application/json
AccountIdentifier
string
required
AuthTrackingIdentifier
string
Amount
number<double>

Required only if AuthTrackingIdentifier is empty.

Currency
string

3 chars. Required only if AuthTrackingIdentifier is empty.

ExchangeRate
number<double>

Required only if AuthTrackingIdentifier is empty.

Response

200 - application/json

Ok

Success
boolean
required
TrackingIdentifier
string
required
NonCreditReason
enum<string>
Available options:
None,
AccountBlocked,
AccountBlockedByLaw,
AccountBlockedByGovernment,
ByVelocity,
ByAmountLimit,
ByAccumulateAmountLimit,
InvalidAccount,
InvalidParameter,
InvalidCurrency,
InvalidSenderData,
InvalidDestinationData,
InvalidExchangeRate,
NotPreviouslyValidated,
InvalidReferenceId,
NonMatchingCurrencyAccount,
InvalidAmount