Skip to main content

Customer Decisions

Monitor and manage customer authorization decisions for billing agreements.

What is Customer Decisions?

Authorization Management

Track customer decisions on billing agreements, including approval status, spending limits, and permission levels for your merchant account.

Key Operations

View Decisions

Monitor all customer authorization decisions

Check Permissions

Verify agreement phrase permissions before billing

Decision Types

approve_once

Customer approves each transaction individually

approve_recurring

Automatic approval for future transactions

deny

Customer declined billing agreement

How It Works

1

Customer Decision

Customer responds to your billing intent through their bank
2

Webhook Notification

Receive customer decision via webhook
3

Permission Check

Verify agreement phrase permissions before billing
4

Process Payment

Use approved agreement phrase for billing

Check Customer Decisions

curl -X GET "https://api.peere.network/v1/merchant/customer-decisions" \
  -H "Authorization: Bearer YOUR_TOKEN"

Verify Agreement Phrase

{
  "agreementPhrase": "customer-agreement-phrase"
}

Understanding Spending Limits

Customers can set daily and monthly spending limits when approving billing agreements. Always check these limits before processing large transactions.
Maximum amount customer can be billed per day across all transactions.

Use Cases

Check customer permissions and spending limits before attempting to bill.

Next Steps

After understanding customer decisions:
  1. Billing & Payment Operations to process approved payments
  2. Transaction Management to track payment history