06. Class Diagrams - cafe24github/cafe24_app_pg_sample GitHub Wiki

Contents

Admin

_demo_app__admin_class_diagram drawio

The methods in the Cafe24Utility class are the commonly used Cafe24 APIs in the PG app development. However, you may customize this class to add or remove some of the methods based on the functionalities of your app or requirements of the Payment Company integration.

Checkout (Synchronous)

📚 Cafe24 Payment Process (Synchronous)

checkout synchronous

Checkout (Asynchronous)

📚 Cafe24 Payment Process (Asynchronous)

_demo_app__checkout_asynchronous_class_diargam drawio

External Checkout

📚 Cafe24 Payment Process External

_demo_app__external_checkout_process_flow drawio

Refund (Synchronous)

📚 Cafe24 Payment Cancellation Process (Synchronous)

_demo_app__refund_synchronous_class_diagram drawio

Refund (Asynchronous)

📚 Cafe24 Payment Cancellation Process (Asynchronous)

_demo_app__refund_asynchronous_class_diagram drawio