The refund endpoint is enabled by default for all API partners; no activation or request is required to start using it. Submitting a request does not guarantee a refund. Every request is manually reviewed by Airalo's Customer Support team against Airalo's Refund Policy to confirm it meets all terms and conditions. Approval and fulfilment remain subject to Airalo's internal policies and decisions. If your request meets the contract terms, the refund is credited to your account as Airalo credits for future transactions.
curl --location '/v2/refund' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}' \
--header 'url: https://partners-api.airalo.com' \
--form 'iccids="[\"894000000000001\", \"894000000000002\"]"' \
--form 'reason="\"INSTALLATION_FAILURE\""' \
--form 'notes=""' \
--form 'email="email@example.com"'{
"data": {
"refund_id": "12345",
"created_at": "2024-10-12 09:30"
},
"meta": {
"message": "success"
}
}