{"idempotencyKey":"2ec983fa-1c37-679b-809b-067861d000002","amount":100,"currency":"CLP","country":"CL","paymentMethod":"SERVIPAG","paymentFlow":"DIRECT","payer":{"name":"Juan Garcia","email":"account@example.com"},"orderInfo":{"orderId":"test-order-id111"},"description":"this is a test pay","callbackUrl":"http://api.client.com/notifications"}
Content-Type: application/json
{"transferStatusCode":200,"idempotencyKey":"2ec983fa-1c37-679b-809b-067861d000002","referenceId":"2ec983fa-1c37-679b-809b-067861d000002","paymentFlow":"DIRECT","paymentMethod":"SERVIPAG","amount":100,"currency":"CLP","finalAmount":100,"finalCurrency":"CLP","country":"CL","createTime":"2023-05-30 01:05:42 GMT-07:00","scheduledTime":"2023-05-30 01:05:45 GMT-07:00","finalStatusTime":"2023-05-30 01:05:45 GMT-07:00","payer":{"name":"Juan Garcia","email":"account@example.com"},"transferStatus":"IN_PROGRESS","description":"this is a test pay","callbackUrl":"http://api.client.com/notifications","transferDetails":{"servipag":{"expiresAt":1686873540,"referenceNumber":"852116540"}}}
通知 / 回调
Content-Type: application/json
{"eventType":"CHARGE_SUCCEEDED","data":{"chargeDetails":{"transferStatusCode":200,"transferErrorMsg":null,"idempotencyKey":"2ec983fa-1c37-679b-809b-067861d000002","referenceId":"2ec983fa-1c37-679b-809b-067861d000002","paymentMethod":"SERVIPAG","amount":100,"currency":"CLP","country":"CL","finalAmount":100,"finalCurrency":"CLP","createTime":"2023-05-30 01:05:45 GMT-07:00","scheduledTime":"2023-05-30 01:05:45 GMT-07:00","finalStatusTime":"2023-05-30 01:59:59 GMT-07:00","payer":{"name":"Juan Garcia","email":"account@example.com"},"transferDetails":{"servipag":{"expiresAt":1686873540,"referenceNumber":"852116540"}},"transferStatus":"SETTLED","description":"this is a test pay","callbackUrl":"http://api.client.com/notifications"}}}