미기
미기
Explore posts from servers
API 키 없이 결제위젯 테스트
Authorization": "Basic dGVzdF9za196WExrS0V5cE5BcldtbzUwblgzbG1lYXhZRzVSICsgOg=="
Authorization": "Basic dGVzdF9za196WExrS0V5cE5BcldtbzUwblgzbG1lYXhZRzVSICsgOg=="
12 replies
API 키 없이 결제위젯 테스트
body1 = {
"paymentKey": paymentKey,
"orderId": orderId,
"amount": amount
}

headers1 = {
"Authorization": "Basic dGVzdF9za196WExrS0V5cE5BcldtbzUwblgzbG1lYXhZRzVSICsgOg==",
"Content-Type": "application/json"
}

res1 = requests.post("https://api.tosspayments.com/v1/payments/confirm", data=body1, headers=headers1)
body1 = {
"paymentKey": paymentKey,
"orderId": orderId,
"amount": amount
}

headers1 = {
"Authorization": "Basic dGVzdF9za196WExrS0V5cE5BcldtbzUwblgzbG1lYXhZRzVSICsgOg==",
"Content-Type": "application/json"
}

res1 = requests.post("https://api.tosspayments.com/v1/payments/confirm", data=body1, headers=headers1)
12 replies
API 키 없이 결제위젯 테스트
No description
12 replies