Create payment

Create payment

POST https://api.notify.cm/v2/payments

Path Parameters

Name
Type
Description

Authorization

string

Your test or live API key

Request Body

Name
Type
Description

Invoice

string

The unique Notify invoice id

Date

string

European format: 28-01-2021

Amount

string

Number format: 1100.00

Method

string

Payment method code. See documentation

HTTP/1.1 200 OK
Content-Type: application/hal+json

{
    "resource": "payment",
    "id": "07d125ef-8e59-4629-8ef5-5c82de9979e9",
    "invoice":"a0f0660d-6c8d-422b-8114-e363b260521e",
    "date":"21-01-2021",
    "amount":"100.00",
    "invoiceTotal":"480.00",
    "invoiceBalance":"380.00"
}

Example

Request

Last updated

Was this helpful?