On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/uc-intro/uc-pay-methods-intro/uc-pay-methods-ppr/uc-pay-methods-ppr-status-ppro.md)  
Filter  
FILTER BY TAG

Verify Status for Post-Pay Reference (PPRO Enabled) {#uc-pay-methods-ppr-status-ppro}
=====================================================================================

When the status of your payment request is `PENDING`, you can verify the status by sending a GET request to the URL that is included in the transactionStatus.url field in the response:

```
"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"
      }
    }
}
```

You can also send a request to this endpoint to verify the status:  
**Production:** `POST ``https://api.cybersource.com``/pts/v2/refresh-payment-status/`*{id}*{#uc-pay-methods-ppr-status-ppro_restcapture}  
**Test:** `POST ``https://apitest.cybersource.com``/pts/v2/refresh-payment-status/`*{id}*{#uc-pay-methods-ppr-status-ppro_restcapture-test}
The *`{id}`* is 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-configuration-intro/uc-appendix-webhooks.md "").  
RELATED TO THIS PAGE

