⌨️Get points API

베네피아 포인트를 단건 조회 합니다.

Gets Benepia points using user's Benepia account ID and password through KCP.

Gets Benepia points using user's Benepia account ID and password through KCP.

POST https://api.iamport.kr/benepia/point

Requires KCP site code.

Request Body

NameTypeDescription

benepia_user*

String

Benepia account ID

benepia_password*

String

Benepia account password

pg

String

PG code

If there are multiple KCP PG settings, specify as kcp.{KCP site code}. If omitted, the KCP pg setting in Admin console is used.

code * integer

Response code

0: success, Not 0: check the message

message * string

Response message

A non-zero code includes a message like 'Invalid payment info'.

response (BenepiaPointAnnotation, optional)

point*integer

Benepia points

Response Model Schema
{
  "code": 0,
  "message": "string",
  "response": {
    "point": 0
  }
}

Last updated