{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api.bolt.com/schemas/processor-response", "title": "processor-response", "description": "Raw authorization response from the payment processor", "properties": { "content_type": { "type": "string", "example": "application/json" }, "api_version": { "type": "string", "example": "3.3" }, "text": { "type": "string", "example": " bfraj39q authorized sale USD 57.71 57.71 GenericMerchant ORDER123456 2024-11-20T12:36:53Z 2024-11-20T12:36:54Z John Doe example@example.com 1234567890 John Doe 123 Generic St GenericCity GenericRegion 12345 GenericCountry GC GCR 999 false M M I 123456 1000 Approved false false https://assets.braintreegateway.com/payment_method_logo/unknown.png?environment=production false Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown Unknown false No Unknown No Unknown No Unknown GenericBank GCR Unknown 411111 Apple Pay - GenericCard 1234 12 2028 https://assets.braintreegateway.com/payment_method_logo/apple_pay.png?environment=production Card 1234 Card 1234 2024-11-20T12:36:54Z authorized 57.71 api false generic_card 123456789012345 approved 2024-11-27T12:36:54Z false generic_global_id 123456789012345 false bfraj39q generic_global_id 57.71 USD 1000 Approved 123456 sale false " } } }