Cards Russia Test Data

For Cards Russia payment method there aren’t any test data available, but you can see how it works with the payment flow given below.

Cards Russia Payment Flow

  1. The Customer enters his email address.

    1 Enter email

  2. The customer enters the card details: card number, expiration date and CVC.

    1 Card details

  3. The customer verifies the payment details, enters the same CVC and confirms the payment.

    1 Payment confirmation

  4. The customer receives the payment confirmation.

    1 Payment confirmation received

  5. You will receive a notification with the Authorized status. Meanwhile the customer is redirected to your ReturnURL.

    1 Return page when the redirection status is a success

  6. The last step of the payment flow is the capture action when the transaction becomes successful. Simply do a blank REST POST – POST /v1/payments/{id}/capture, where the ID is the GlobalPay Payment ID. In the response we will return the new status as being Success.

    By default, a deferred payment holds the money for 7 days (this is standard for the Visa and MasterCard payment systems). After this time, the issuing bank can unblock the money at any time.