2. Online transaction processing server interworking

@Payon development group

2.1 Interworking information 1. SIT/UAT - protocol: HTTP - IP: 192.136.36.200 - PORT: 36666 - URL: http://192.168.36.200:36666/topup 2. Production - protocol: HTTP - IP: 192.168.36.100 - PORT: 36666 - URL: http://192.168.36.100:36666/topup 3. Timeout Policy - Connection timeout : 30 Sec - Read timeout: 60 sec

2.2 Interworking Process 2.2.1 Online card top-up process

1

Get Top-up Code and User ID

2

Generate request card verification

3

Send request card verification ->

4

-> Receive request card verification message.

5

Proceed with the card verification process

6

<- Send response card verification message

7

Receive response card verification message <-

8

Process card verification result

9

Generate request top-up message

10

Send request top-up message ->

11

-> Receive request top-up message

12

Proceed with the top-up process

13

<- Send response top-up message

14

Receive response top-up message <-

15

Process top-up result

Last updated