Result Object

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

status

String

C

1

9

Status

2

statusDesc

String

C

1

100

Status Desc

3

datetime

Date Format (YYYY-MM-DD hh:mi:ss)

C

19

19

Date time

4

reference

String

C

1

40

Reference

5

channel

String

C

3

6

Channel

"result": {
  "payment": {
    "status": "CAPTURED",
    "statusDesc": "The authorized amount for this order, in full or excess, has been captured successfully",
    "datetime": "2023-08-20 21:57:13",
    "reference": "016460",
    "channel": null
  }
},

Last updated