Skip to main content

Create a test fiat-deposit.

POST 

/sandbox/fiat-deposit/simulate

Only available in sandbox environment. A fiat deposit will be created towards a fiat payment method. This could trigger webhooks, worklows or rules that you have previously setup.

Request

Header Parameters

    Api-Signature string

    Digitally signed JWT.

Body

required
    PaymentMethodID FiatPaymentMethodID (string)required

    Existing payment method id to be used.

    Possible values: non-empty and <= 150 characters

    FiatAmount PositiveDecimal (string)required

    Positive decimal number in string format

    Possible values: non-empty and <= 38 characters, Value must match regular expression ^[+]?([.]\d+|\d+[.]?\d*)$

    Example: 10.1
    FiatCurrency FiatCurrencyCode (string)required

    Supported fiat ISO_4217 3 letter currency codes.

    Example: USD

Responses

Fiat deposit created successfully
Schema
    FiatDepositID stringrequired
Loading...