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
-
The Customer enters his email address.
-
The customer enters the card details: card number, expiration date and CVC.
-
The customer verifies the payment details, enters the same CVC and confirms the payment.
-
The customer receives the payment confirmation.
-
You will receive a notification with the Authorized status. Meanwhile the customer is redirected to your ReturnURL.
-
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.