cashout_data = {
"amount": 1000,
"destination": "0102030405",
"ipn_url": "https://votre-domaine.com/webhook/ipn",
"api_key": "votre-api-key",
"service_id": 17,
"custom_data": "commande-12345",
}
response = sdk.cashout.cashout(cashin_data)
print(response)