Create a new account

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.


Account Information

Response Status Codes


Example Request

curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '{
  "payment_processor_config": {
    "autopay_enabled": false,
    "autopay_configs": {
      "autopay_method": "MIN_PAY"
    },
    "default_payment_processor_method": "NONE"
  },
  "summary": {
    "origination_fee_cents": 0,
    "origination_fee_percent": 0,
    "is_origination_fee_lesser_value": false,
    "annual_fee_cents": 0,
    "monthly_fee_cents": 0,
    "initial_principal_cents": 0,
    "interest_grace_method": "NONE",
    "min_pay_applicable_credit_type": "ALL"
  },
  "promo_overview": {
    "promo_min_pay_type": "NONE",
    "promo_min_pay_percent": 100
  },
  "plaid_config": {
    "check_balance_enabled": false
  },
  "interest_management_policies": {
    "missed_and_under_payment": "NONE",
    "over_and_early_payment": "NONE"
  }
}'

Notes

Click Try It! to start a request and see the response!