We use the old way of downloading the transaction list from Authirze.net:
- tha call: AnetApi/xml/v1/schema/AnetApiSchema.xsd ->
getTransactionListRequest
- silent post
But these two methods give sometimes different data. The call is always returning customer_id as int, but silent post sometimes gives the same `customer_id` as `int`, but sometimes the Authorize.net sends us the uuid instead of int, which does not match with the `customer_id` saved previously by us.
Does anyone know why? Or anything that we are doing wrong?
โ04-17-2019 12:22 AM