Skip to main content
GET
/
api
/
partner
/
merchants
/
{merchant_id}
/
gateway-transactions
/
{gateway_txn_id}
Get gateway transaction
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/partner/merchants/{merchant_id}/gateway-transactions/{gateway_txn_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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