Skip to main content
GET
/
api
/
v2
/
partner
/
merchants
/
{merchant_id}
/
gateway-transactions
/
{gateway_txn_id}
Get gateway transaction
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/v2/partner/merchants/{merchant_id}/gateway-transactions/{gateway_txn_id} \
  --header 'X-Partner-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Partner-API-Key
string
header
required

Path Parameters

merchant_id
string
required

Merchant ID

Required string length: 1 - 50
gateway_txn_id
string
required

Gateway transaction ID

Required string length: 1 - 100

Response

Successful Response