Create Processor Attempt

View as MarkdownOpen in Claude
Create a processor attempt. Works for both User and API Key authentication. Account access is automatically validated via endpoint dependency.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

account_idstringRequired

Request

This endpoint expects an object.
payment_intent_idstringRequired
amount_atomintegerRequired
currencyenumRequired
ISO 4217 currency codes.
metadatamap from strings to any or nullOptional

Response

Successful Response
idstring
account_idstring
payment_intent_idstring
payment_method_idstring
processor_idstring
processor_namestring
customer_idstring
amount_atominteger
provider_type_fee_amount_atominteger
currencyenum
ISO 4217 currency codes.
statusstring
created_atdatetime
updated_atdatetime
failure_codestring or null
failure_messagestring or null
is_soft_declineboolean or null
processor_metadatamap from strings to any or null
captured_atdatetime or null
metadatamap from strings to any or null
refunded_amount_atominteger or nullDefaults to 0
refundedboolean or nullDefaults to false

Errors