Get PayPay Payment Details
get_payment_detailsCheck the current status and details of a PayPay payment using its merchantPaymentId. Returns the payment state, such as CREATED, AUTHORIZED, COMPLETED, REFUNDED, FAILED, or CANCELED, for one-off verification.
Instructions
Fetch the current status and details of a payment by merchantPaymentId.
Returns status: CREATED | AUTHORIZED | COMPLETED | REFUNDED | FAILED | CANCELED.
Use this for one-off status checks. For active polling, prefer wait_for_payment.
merchantPaymentIdで指定した取引の現在のステータスと詳細を取得します。
ステータス: CREATED / AUTHORIZED / COMPLETED / REFUNDED / FAILED / CANCELED。
単発の確認に使用してください。継続的な確認は wait_for_payment を推奨します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| merchant_payment_id | Yes | The merchantPaymentId used when creating the QR code. QR作成時のmerchantPaymentId。 |