cURL
curl --request POST \ --url https://api.headlesscommerce.io/v1/admin/payments/{id}/complete \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "order_id": "<string>", "provider": "<string>", "provider_id": "<string>", "amount": { "amount": 123, "currency": "<string>" }, "status": "pending", "created_at": "2023-11-07T05:31:56Z" }
API Key. 예: sk_live_xxxxx 또는 pk_live_xxxxx
리소스 ID
Success
Show child attributes
pending
completed
failed
cancelled
refunded