POST http:///api/v1/partner/payments/load
The request body takes a complete LoadPaymentCardRequest resource, containing the following writable properties:
{
"amount": "number",
"creditCard": {
"cvv": "string",
"expirationMonth": "string",
"expirationYear": "string",
"expiration_month": "string",
"expiration_year": "string",
"name": "string",
"number": "string",
"zipCode": "string",
"zip_code": "string"
},
"linxCardNumber": "string",
"paymentCardNumber": "string",
"transactionId": "string",
"type": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
amount | number | Optional | |
creditCard | object | CreditCard | Optional |
creditCard.cvv | string | Optional | |
creditCard.expirationMonth | string | Optional | |
creditCard.expirationYear | string | Optional | |
creditCard.expiration_month | string | Optional | |
creditCard.expiration_year | string | Optional | |
creditCard.name | string | Optional | |
creditCard.number | string | Optional | |
creditCard.zipCode | string | Optional | |
creditCard.zip_code | string | Optional | |
linxCardNumber | string | Optional | |
paymentCardNumber | string | Optional | |
transactionId | string | Optional | |
type | string |
Possible values are:
|
Optional |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK successful operation |
LoadPaymentCardResponse |