Documentation Index
Fetch the complete documentation index at: https://docs.trymaven.com/llms.txt
Use this file to discover all available pages before exploring further.
Connecting Shift4
Maven connects to Shift4 using your Public Key and Secret Key. These credentials allow Maven to create charges and vault cards on your behalf.Prerequisites
- A Shift4 account
- Public Key and Secret Key
- A Maven app
Getting Your Credentials
Log in to Shift4
Go to Shift4 Dashboard and log in.
Connecting in Maven
Go to Payments
In the Maven Dashboard, navigate to your app and click the Payments tab.
Sandbox Testing
For testing, use your Test API keys from the Shift4 dashboard. Test keys start withpk_test_ and sk_test_.
Use test credentials with mvn_test_ API keys to test without real charges.
Processor Response Fields
Charge Mode
| Field | Description |
|---|---|
charge_id | Shift4 charge ID |
customer_id | Shift4 customer ID |
card_id | Shift4 card ID |
card_brand | Card brand |
card_last4 | Last 4 digits |
Tokenize Mode (Vault)
| Field | Description |
|---|---|
customer_id | Shift4 customer ID |
card_id | Shift4 card ID |
card_brand | Card brand |
card_last4 | Last 4 digits |
