Skip to content
Developerhome
Sage Network API

SfSubmitPaymentRequest

  Less than to read

API version of SubmitPaymentRequest

Required Fields

instructedAmount

InstructedAmount

An object that represents an amount of money in a specific currency.

debtorAccount

DebtorAccount

The Debtor Account.

creditorAccount

CreditorAccount

The Creditor Account.

Optional Fields

paymentSessionId

string, nullable

The payment session ID returned in the POST /payments/{paymentId}/prepare response. When the prepare response includes a paymentSessionId it is mandatory to include it as part of this payload. Otherwise, the request will fail with a 400 error.

prepareData

object, nullable

An arbitrary dictionary of key-value data to be sent to the payment provider. May be null or empty.