Supported Formats

json

POST /api/accounts/:account_id/payment_intents
Creates A payment intent

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Account Not Found
404 Transaction Not Found

Params

Param name Description
account_id
required

Validations:

  • Must be a String

transaction_id
optional

Validations:

  • Must be a String

amount_cents
optional

Validations:

  • Must be a Integer

notes
optional

Validations:

  • Must be a String


POST /api/accounts/:account_id/payment_intents/validate
Validates Payment Intent

Supported Formats

json

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Account Not Found

Params

Param name Description
account_id
required

Validations:

  • Must be a String

intent_id
required

Validations:

  • Must be a String