결제진행(후처리)
결제 후 digest 검증 및 충전,민팅 처리
POST https://{status-domain}/v1.0/swipebrick/payment/purchase
Headers
Name
Type
Description
Authorization*
String
Bearer (webtoken)
Request Body
Name
Type
Description
digest*
string
SUI지갑 결제 후 나온 Digest
```json
{
"return": 0,
"message": "success"
}
```curl --location --request POST 'https://localhost:51151/v1.0/swipebrick/payment/purchase'return
message
desc.
0
success
성공
72000
Not Found User
72201
잘못된 Digest(전송내역을 찾을수 없음)
Last updated