v1

latestOpenAPI 3.0.02026-07-2417517.4 KB
Post-Origination

First Payment

Post origination, the first payment can be made by posting to this endpoint. In the payload, id is the uid of the application.

post/{uid}/first_payment/

Path parameters

uidstring required

target uid

Request body

Example request

{
  "payment_details": {
    "CardNumber": "4111111111111111",
    "CardCvv": "324",
    "CardExpiration": "12/20",
    "PaymentType": "debit",
    "Contract": true,
    "Disclosure": true
  }
}

Response

Created