# Payment-FailUrl

The URL the customer will be directed to after transaction has failed, instead of `completeUrl` (used in hosted payment page). This allows to provide two different URLs for successful and failed payments.

**string**Payment-FailUrl

The URL the customer will be directed to after transaction has failed, instead of `completeUrl` (used in hosted payment page). This allows to provide two different URLs for successful and failed payments.

**Example:<!-- -->&#x20;**`https://example.com/checkout/fail`

Payment-FailUrl

```
"https://example.com/checkout/fail"
```
