curl --location --request GET 'https://public-api.woldy.xyz/v1/payments/' \
--header 'Authorization: <api-key>'{
"id": "p_AbCdEf123456",
"external_id": "order_12345",
"status": "COMPLETED",
"source": "PAYMENT_LINK",
"amount": {
"name": "USD Coin",
"symbol": "USDC",
"decimals": 6,
"value": "49.990000"
},
"unexpected": false,
"message": "Payment for order",
"payment_url": "https://gateway.woldy.xyz/p/p_AbCdEf123456",
"return_url": "https://example.com/success",
"expires_at": "2026-01-20T12:00:00Z",
"completed_at": "2026-01-17T10:30:00Z",
"created_at": "2026-01-17T10:00:00Z"
}