Python Local Withdrawal Not Working

I’m struggling to use the local withdraw with travel rule.

Has anyone got a working example of it. I’m from the EU

Hey,
What error are you encountering? Are you filling the questionnaire with all the fields provided on the website?

Im using this:

I only used the fields I had to, or do I have to provide all of them?

travelRule = json.dumps({
“isAddressOwner”: 1,
“sendTo”: 1,
“declaration”: True
})

What happens when you add vasp field? If it’s Binance, the field should be set to BINANCE.
Otherwise, could you share the error that you are receiving?

1 Like

Hi Riley
Did you ever get this to work? Cause I’m having the same issues.
The closest I seem to get is hardcoding the JSON string using
“{"isAddressOwner":1,"sendTo":2,"vasp":"other","vaspName":"Mexc","declaration":True,}”
This gives me a 200 b’{“accepted”:false,“info”:“Questionnaire format not valid.”}’
Using Python, from the EU as well…