⌨️Get payment amount API
Gets the amount saved via save payment amount API.
Gets the pre-saved amount.
GET
https://api.iamport.kr/payments/prepare/{merchant_uid}
Request Body
Name
Type
Description
merchant_uid*
String
Merchant order ID
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 (PaymentPrepareAnnotation, optional)
merchant_uid
*
string
Merchant order ID
amount
*
number
Payment amount
Last updated