Skip to main content

Create new payment

Inform Impact Finance of payments external from Impact Finance's point of view. This action is idempotent, meaning that payments with the same externalId posted multiple times will only be processed (and persisted) once.

Request Body required

List of payments, with details

  • payments object[]
  • Array [
  • externalId string required
  • userId uuid required
  • amountCents integer required
  • settledAt RFC3339 required
  • mcc string nullable

    A MCC associated with the transaction

  • type string

    Possible values: [cc-payment, mobile-payment]

    Type of the transaction

  • country string

    The country in which the transaction took place (ISO-3166 alpha-2 convention).

  • ]
Responses

Payment list was accepted for creation

Loading...