Skip to main content
POST
Create a chat payment session

Authorizations

Authorization
string
header
required

Enter your API key: mvn_test_xxx or mvn_live_xxx

Body

application/json
project
string
required

Project UUID or slug

amount_cents
integer
required

Charge amount in cents. For mode='tokenize' may be 0.

Required range: x >= 0
gateway
string
required

stripe | authorizenet | braintree | shift4

mode
string
default:charge
Pattern: ^(charge|tokenize)$
description
string | null

Response

Successful Response