Skip to main content

Card Payment flow

Cashier Customer Support Team is able to set up PSP/APM testing payment providers, named "Phantom", and put it in default cascading rule.

Merchants will then be able to test their integration by simulating different scenarios pre-programmed in testing payment providers.

Testing provider name: Phantom PSP.

Once testing provider is configured by Cashier Customer Support Team, Merchant can deposit through this PSP using fake credit card details and test the deposit flow from end to end. https://www.freeformatter.com/credit-card-number-generator-validator.html

Non-3D flow

Use specific deposit amounts to get desired status of transaction automatically.

AmountReceived status
<= 600Success
600 < 1000Failed
>= 1000 & EvenSuccess
>= 1000 & OddFailed

3DS flow

  • Initiate a card payment using any valid card data and any amount.
  • Pending status will be returned with 3D secure form for any request. Status will be changed after submitting form.
  • Payment will be successful in case of valid OTP password: 31281
  • Status failed will be returned for invalid OTP password (any other than 31281).