Verify Status for Online Bank Transfers {#uc-pay-methods-obt-status-ppro}
=========================================================================

When the status of your payment request is `PENDING`, you can verify the status by using the URL method and the payload that is included in the transactionStatus.url field in the webhook response: Webhook Response

```keyword
{
  "payload": {
    "transactionResult": {
      "id": "7557753337236357904806",
      "rootId": "7557753337236357904806",
      "reconciliationId": "XFZ40EJPGL5K",
      "submitTimeUTC": "2025-08-21T11:22:13Z",
      "merchantId": "uc_apm_tester004"
    },
    "transactionStatus": {
      "url": "https://apitest.cybersource.com/tss/v2/transactions/7557753337236357904806",
      "method": "GET"
    }
  }
}
```

{#uc-pay-methods-obt-status-ppro_codeblock_hr4_bl4_53c}  
You can also send a request to this endpoint to verify the status:  
**Production:** `GET ``https://api.cybersource.com``/tss/v2/transactions/`*{id}*  
**Test:** `GET ``https://apitest.cybersource.com``/tss/v2/transactions/`*{id}*  
The *{id}* is the ID that is returned in the webhook response. For more information, see [Webhooks Support](/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/uc-intro/uc-intro-setup/uc-appendix-webhooks.md "").
