POST {{url}}payments
Submit a payment request into the API and receive a response. If you want to create a card for future use, submit the full card details within the card object and set the create_card
parameter to true
. Make sure that you add the relating customer_id
as all payments and cards must be associated to the customer. The newly created card_id
value will then be returned in the response, and can be passed in the card_id
parameter in the /payments/reuse
or /payments/recurring
endpoint.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Company-Id
|
null | Unique ID assigned by Acquired.com for your company. | |
Mid
|
null | Unique ID assigned by Acquired.com connecting to a specific acquiring bank. Not setting this value will enable our internal routing logic. |
RESPONSES
status