결제취소 문의

.
https://github.com/tosspayments/payment-samples/blob/49d2b7ac723056e253c37e971b1545514bfafe29/payment-cancel-api/django/payments/views.py

소 view

params = {
"cancelReason": "",
"cancelAmount": cancelAmount,
#"refundReceiveAccount": {
# "bank": bank,
# "accountNumber": accountNumber,
# "holderName": holderName
# }
#"refundableAmount": refundableAmount
}

, ?
GitHub
Contribute to tosspayments/payment-samples development by creating an account on GitHub.
payment-samples/views.py at 49d2b7ac723056e253c37e971b1545514bfafe2...
Was this page helpful?