PHP Classes

File: tests/fixtures/webhooks/payment_intent.amount_capturable.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   tests/fixtures/webhooks/payment_intent.amount_capturable.json   Download  
File: tests/fixtures/webhooks/payment_intent.amount_capturable.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayRex Laravel
Request payments using the PayRex service
Author: By
Last change:
Date: 13 days ago
Size: 1,276 bytes
 

Contents

Class file image Download
{ "id": "evt_xxxxx", "resource": "event", "type": "payment_intent.amount_capturable", "data": { "id": "pi_xxxxx", "resource": "payment_intent", "amount": 10000, "amount_received": 0, "amount_capturable": 10000, "capture_before_at": 1774405483, "client_secret": "pi_xxxxx_secret_xxxxx", "currency": "PHP", "description": null, "last_payment_error": null, "latest_payment": null, "livemode": false, "metadata": null, "payment_methods": [ "card" ], "payment_method_id": "pm_xxxxx", "payment_method_options": { "card": { "request_three_d_secure": "any", "capture_type": "manual" } }, "statement_descriptor": null, "status": "awaiting_capture", "next_action": null, "return_url": "https://checkout.payrexhq.com/c/cs_xxxxx_secret_xxxxx", "created_at": 1773800651, "updated_at": 1773800683 }, "livemode": false, "pending_webhooks": 1, "previous_attributes": { "status": "processing", "amount_capturable": 0 }, "created_at": 1773800683, "updated_at": 1773800683 }