35.194.195.102、35.194.180.148、35.201.154.75、35.201.142.93,如需設定防火牆白名單請據此設定。curl --location 'https://your-api-server.com' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"env": "production",
"id": "ID",
"state": "accepted",
"payment_state": "paid",
"plate_number": "ABC-1234",
"invoice_no": "業者自訂的交易編號",
"transaction_type": "交易類型",
"request_amount": "100",
"paid_at": "2018-01-01T00:00:00+08:00",
"refund_state": "no_refund",
"refunded_at": null,
"payment_method": "credit_card"
}'