For the complete documentation index, see llms.txt. This page is also available as Markdown.

Non 3DS Transaction

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

order

M

1

12

Detail of Order

2

customer

M

1

8

Detail of Customer

3

url

O

1

4

Detail of Url

4

billing

O

1

1

Detail of Billing

5

shipping

O

1

4

Detail of Shipping

6

meta

O

1

1

Detail of MetaData

7

card

M

1

7

Detail of Card

8

recurring

O

1

11

Detail of Recurring

9

sourceOfFunds

O

1

11

Detail of SourceOfFunds

10

device

O

1

7

Detail of Device

Sample Request

{
  "customer": {
    "email": "hajar.finnet@gmail.com",
    "firstName": "Hajar",
    "lastName": "Ismail",
    "mobilePhone": "+6281286288844"
  },
  "order": {
    "id": "1685525344879",
    "amount": "1000",
    "currency": "IDR",
    "description": "Testing"
  },
  "card": {
    "number": "5123450000000008",
    "expiryDate": "3309",
    "cvv": "100",
    "nameOnCard": "Hajar Direct"
  }
}

Body Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

responseCode

M

1

7

Response Code

2

responseMessage

String

M

1

500

Response Message

3

data

Object

M

1

11

Array of data

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

acquirer

Object

C

1

10

Acquirer

2

amount

Numeric

O

1

14

Amount

3

authorizationCode

String

O

1

100

Authorization Code

4

currency

String

O

3

3

Currency

5

id

String

O

1

40

ID of Payment

6

receipt

String

O

1

100

Receipt

7

reference

String

O

1

40

Reference ID

8

source

Enum

O

CALL_CENTRE, CARD_PRESENT,INTERNET,MAIL_ORDER,MERCHANT,MOTO,PAYER_PRESENT,SERVICE_PROVIDER,TELEPHONE_ORDER,VOICE_RESPONSE

9

stan

Number

O

1

6

Stan

10

terminal

String

O

1

16

Transaction Terminal

11

type

Enum

O

AUTHENTICATION,AUTHORIZATION,AUTHORIZATION_UPDATE,CAPTURE,CHARGEBACK,DISBURSEMENT,FUNDING,PAYMENT,REFUND,REFUND_REQUEST,VERIFICATION,VOID_AUTHORIZATION,VOID_CAPTURE,VOID_PAYMENT,VOID_REFUND

Sample Response

Last updated