API for servers

Mexico

If you want to query a transaction status from a server, you can make a GET to the following URL:

https://go.firstdata.mx/developers/api/operations/getOperationInfoByTokenDev

Using the following parameters:

  • tokenDevPriv: Api Access Token.
  • externalReference: Reference of the transaction you want to query.

In order to use this service, you must make the payment using a reference number. This reference number must be unique for every transaction of the same developer.

🚧

WARNING:

You must never include your API Access Token inside the application. This URL is to use only in external servers. If you want to query the state from the application, you can use retrievePaymentInfoForExternalReferenceNumber.