Vylic Dummy Gateway
Profile: vylic
BaseURL: https://vylic.gw.util.aylsolution.com/api
payment_api
enabled- auth
- false
- signature
- true
- endpoint
- /payment
status_api
enabled- auth
- false
- signature
- true
- endpoint
- /status
token_api
disabled- endpoint
- /token
webhook
enabled- signature
- false
three_ds
enabled- expires_minutes
- 5
Scenarios
| Name | Result | When | Wait |
|---|---|---|---|
| success | success |
{
"card.number": "4111111111111111"
}
|
- |
| failed | failed |
{
"card.number": "4000000000000002"
}
|
- |
| three_ds | three_ds_required |
{
"card.number": "4000000000003220"
}
|
- |
| slow_success | success |
{
"card.number": "4000000000008888"
}
|
5 |