결제수단 등록
Request
POST https://api.solapi.com/cash/v1/paymentAuthorization 인증 필요 [?]
2차 인증 필요
Request Structure
{
"cardNumber": "string",
"cvc": "string",
"expYear": "number",
"expMonth": "number",
"description": "string"
}Body Params
Samples
createPayment.spec.js
Last updated
Was this helpful?