#robertotmuniz

1 messages · Page 1 of 1 (latest)

solemn brambleBOT
quiet basalt
#

It just accepts key-value pairs. You could probably use JSON as a string to represent an object, then jsonify the string whenever you need it, but you would need to have a mechanism in place that stops values from going over the 500 character limit, which might not be suitable for you.

fierce lynx
#

Ah okay! thank you very much

#

I also have one more doubt

#

what if I make a transfer post and the money is not enough, what happens?

quiet basalt
#

The transfer fails. We recommend checking the balance with the API each time before creating a Transfer

fierce lynx
#

how do I check the balance?

#

and if I check and the balance is not enough, how Can I do to wait until its enough?

quiet basalt