Skip to main content

Cancellation

STRIPE

  • Case.1 : In the case where create API is hosted but SDK's startPayment has not been executed
    • Max time for cancellation : 2100sec + 180sec
    • Response if payment is executed after cancellation : Error when hosting SDK's startPayment
  • Case.2 : SDK's startPayment is executed but users don't approve on STRIPE page
    • Max time for cancellation : 400sec + 180sec
    • Response if payment is executed after cancellation : Payment execution failed due to expiration

CRYPTO

  • Case.1 : In the case where create API is hosted but SDK's startPayment has not been executed
    • Max time for cancellation : 2100sec + 180sec
    • Response if payment is executed after cancellation : Error when hosting SDK's startPayment
  • Case.2 : SDK's startPayment is executed but users don't approve transaction
    • Max time for cancellation : 100sec + 180sec
    • Response if payment is executed after cancellation : Transaction failed with paying gas fee if approved
  • Case.3 : SDK's startPayment is executed and user approved transaction over max time for cancellation
    • Max time for cancellation : 100sec + 180sec
    • Response if payment is executed after cancellation : Transaction failed with paying gas