Skip to main content

OwnTransferIntent

amount objectrequired
amountstringrequired

The amount of money. Example: 1000.12

Possible values: non-empty and <= 2147483647 characters

currencystringrequired

The currency of the money. Example: 'USD'

Possible values: non-empty and <= 10 characters

deliveryInfo objectrequired
estimatedDeliveryDatestring<Instant>required
fees object[]required
  • Array [
  • quote objectrequired
    fx object
    oneOf
    null
    sourceAmount objectrequired
    amountstringrequired

    The amount of money. Example: 1000.12

    Possible values: non-empty and <= 2147483647 characters

    currencystringrequired

    The currency of the money. Example: 'USD'

    Possible values: non-empty and <= 10 characters

    targetAmount objectrequired
    amountstringrequired

    The amount of money. Example: 1000.12

    Possible values: non-empty and <= 2147483647 characters

    currencystringrequired

    The currency of the money. Example: 'USD'

    Possible values: non-empty and <= 10 characters

    typeFeeType (string)required

    Possible values: [FX, SURCHARGE, ATM, TRANSFER, SUBSCRIPTION, CARD_ISSUE, CARD_DELIVERY, CARD_MONTHLY_SERVICE, CARD_FX, CARD_PAYMENT_OTHER, CLOSURE, DORMANCY, MARKUP]

  • ]
  • hashstringrequired
    quote objectrequired
    fx object
    oneOf
    null
    sourceAmount objectrequired
    amountstringrequired

    The amount of money. Example: 1000.12

    Possible values: non-empty and <= 2147483647 characters

    currencystringrequired

    The currency of the money. Example: 'USD'

    Possible values: non-empty and <= 10 characters

    targetAmount objectrequired
    amountstringrequired

    The amount of money. Example: 1000.12

    Possible values: non-empty and <= 2147483647 characters

    currencystringrequired

    The currency of the money. Example: 'USD'

    Possible values: non-empty and <= 10 characters

    OwnTransferIntent
    {
    "amount": {
    "amount": "string",
    "currency": "string"
    },
    "deliveryInfo": {
    "estimatedDeliveryDate": "string"
    },
    "fees": [
    {
    "quote": {
    "fx": "null",
    "sourceAmount": {
    "amount": "string",
    "currency": "string"
    },
    "targetAmount": {
    "amount": "string",
    "currency": "string"
    }
    },
    "type": "FX"
    }
    ],
    "hash": "string",
    "quote": {
    "fx": "null",
    "sourceAmount": {
    "amount": "string",
    "currency": "string"
    },
    "targetAmount": {
    "amount": "string",
    "currency": "string"
    }
    }
    }