Convert an approved finance request to an account

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

finance_request_id

string

required

ID of the Finance Request

effective_at

string

The timestamp with time zone that the account created from this finance request should be effective at

``200 Successful query of a finance request

``401

Unauthorized.

``403

Forbidden.

``422

Invalid input

``429

Too many requests.

``default

Unexpected Error.



Base URL

https://Contact sales to enable your sandbox/finance_requests/{finance_request_id}/convert


xxxxxxxxxx

curl --request POST \
 
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/finance_requests//convert \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json


Updated about 1 year ago

---