Mobile payments
You can use the following test data to verify the mobile payment flow.
Front-end cases
Use this test case data to test mobile payments.
API method | Scenario | Error type | Amount | Phone number |
---|---|---|---|---|
createPaymentRequest | The mobile payment fails because it was declined by the bank. | Failed | 15.66 |
|
createPaymentRequest | The mobile payment fails because of a technical error. | Error | 15.67 |
|
Back-end cases (General)
Use this test case data to test the back-office methods. For more information, see API methods for Merchant and Processor APIs.
captureReservation
Scenario | Error type | Amount | Card Number |
---|---|---|---|
Fails at captureReservation | Failed | 7.66 |
|
Fails at captureReservation | Error | 7.67 |
|
Triggered at captureReservation | 20 second delay | 19.66 |
|
Triggered at captureReservation ( To create the chargeback object, capture the reservation, then go to the Merchant Information Interface, and under Home > Terminal Settings, click on Create test reconciliation data) |
Chargeback | 19.67 |
|
releaseReservation
Scenario | Error type | Amount | Card Number |
---|---|---|---|
Fails at releaseReservation. | Failed | 8.66 |
|
Fails at releaseReservation. | Error | 8.67 |
|
refundCapturedReservation
Scenario | Error type | Amount | Card Number |
---|---|---|---|
Fails at refundCapturedReservation | Failed | 9.66 |
|
Fails at refundCapturedReservation | Error | 9.67 |
|
credit
Scenario | Error type | Amount | Card Number |
---|---|---|---|
Fails at credit or createPaymentRequest with the appropriate type set. | Failed | 9.66 |
|
Fails at credit or createPaymentRequest with the appropriate type set. | Error | 9.67 |
|
Back-end cases (Recurring)
Use this test case data to test the back-office methods for subscriptions. For more information, see API methods for Merchant and Processor APIs.
chargeSubscription
Scenario | Error type | Amount | Card Number |
---|---|---|---|
Fails at chargeSubscription | Failed | 13.66 |
|
Fails at chargeSubscription | Error | 13.67 |
|
reserveSubscriptionCharge
Fails at reserveSubscriptionCharge | Failed | 13.66 |
|
Fails at reserveSubscriptionCharge | Error | 13.67 |
|