PHP SDK
The official PHP SDK for the Reevit payment orchestration platform.Installation
Quick Start
Configuration
null for orgId still works for backward compatibility, but authenticated org-scoped requests should include it.
Payments
Create Payment Intent
Get Payment
List Payments
Refund Payment
Connections
Create Connection
List Connections
list() returns one page. listPage() preserves pagination metadata, while
listAll() fetches every matching connection.
Webhook Verification
Laravel Webhook Handler
Error Handling
Additional Services
$client->customers$client->paymentLinks$client->webhooks$client->routingRules$client->invoices

