Get Status Payment

Get the status of the transaction in real time. We perform validation with the blockchain every minute and we will notify you through the webhook configured in the project

GET https://api.kodexpay.com/api/v1/payment/status/be5ff652-e449-4f5f-ae17-8ee5c9386294

Path Parameters

{
    "transactionId": "be5ff652-e449-4f5f-ae17-8ee5c9386294",
    "token": "BTC",
    "paymentToken": "ETH",
    "quantity": 1000,
    "quantityPay": 1.20000005,
    "priceUsd": 1.2,
    "purchaseEmail": "CarlosAroca@gmail.com",
    "purchaseName": "Carlos Aroca",
    "invoiceNumber": "12",
    "itemNumber": "12",
    "statusId": "1",
    "statusText": "Created",
    "wallet": "hola",
    "createdAt": "2022/10/24"
}

Last updated