Retrieve confirmation information
Retrieves details of payments that were confirmed or voided while payment confirmation and capture are separated. To view details of payments that have been captured or refunded, retrieve payment details.
GET /v2/payments/authorizations
Set the read timeout to at least 20 seconds.
Request
Response
Path
None
Query
Name | Length | Description | Required |
---|---|---|---|
orderId | 100 | Order ID | |
transactionId | Payment transaction ID. For more information, see Transaction ID. |
Body
None
Headers
- Content-Type
- X-LINE-ChannelId
- X-LINE-ChannelSecret
- X-LINE-MerchantDeviceProfileId
- X-LINE-MerchantDeviceType
For more information, see Request header.
Request examples
bash
curl -X POST \
-H "Content-Type: application/json" \
-H "X-LINE-ChannelId: YOUR_CHANNEL_ID" \
-H "X-LINE-ChannelSecret: YOUR_CHANNEL_SECRET" \
-H "X-LINE-MerchantDeviceProfileId: YOUR_DEVICE_PROFILE_ID" \
https://sandbox-api-pay.line.me/v2/payments/authorizations?orderId=merchant_test_order_1