...
POST /online/v2/client-id/{clientId}/systems/init[SS1]
https://onlineapi.flexiti.fi/flexiti/online-api/online/v2/client-id/{clientId}/systems/init
...
Type | Parameter | Required | Details |
Header | Authorization | Yes |
|
Path | clientId | Yes |
|
Body | merchant_orderid |
| string |
| is_guest |
| True, False |
| customer_id |
| string |
| vcc | Yes for existing cardholders | string |
| has_previous_purchase |
| True, False |
| lang |
| En-CA, en-FR |
| flow |
| Apply, Buy |
| salutation |
| Mr, Mrs, Ms |
| amount_requested |
| string |
|
| string | |
| phone_number |
| string |
| fname |
| string |
| mname |
| string |
| lname |
| string |
| dob |
| string |
| address_1 |
| string |
| address_2 | No | string |
| city |
| string |
| province |
| ON, AB, QC, |
| postal_code |
| string |
| show_close_button |
| string |
| billing_information |
| "billing_information": { "first_name": "string", "last_name": "string", "address_1": "string", "address_2": "string", "city": "string", "postal_code": "string", "province": "string" |
| shipping_information" |
| "shipping_information": { "address_1": "string", "address_2": "string", "city": "string", "postal_code": "string", "province": "string" |
...
Type | Parameter | Details |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Example Response:[SS2]
GET /online/client-id/{clientId}/notifications/merchant-order-id/{MerchantOrderId}
...
"error_description": "string"
}
...
[SS1]Determine which body parameters needed for apply and for buy
[SS2]Is this endpoint needed?