Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
CaptureAmountDetails
Getting started
Risk, Fraud, and Disputes
Reporting
API
Boarding
Transaction processing
Resources
Overview
Welcome to Tesouro
Integration
About our GraphQL
Tokenization
Integration Overview
Playground
Sandbox
Rate limiting
Schema
Copy
Ask AI
{
"approvedAmount"
:
Decimal
,
"requestedAmount"
:
Decimal
,
"currency"
:
"USD"
}
CaptureAmountDetails
Object
Amount information will be returned here.
Fields
approvedAmount
required
The approved amount from the network.
requestedAmount
required
The original request amount.
currency
required
The purchasing currency code of the transaction.
Schema
Copy
Ask AI
{
"approvedAmount"
:
Decimal
,
"requestedAmount"
:
Decimal
,
"currency"
:
"USD"
}
⌘I