Skip to main content

Multi Payment

Multi Payment Inquiry

With the token forwarded to the callback URL or webhook call, the result of multi payment can be queried.

URL

The endpoint and http method information to inquiry multi payment are stated below.

GET/payment/v1/multi-payments/:token

Multi Payment Inquiry Response Parameters

The response to inquiry requests for multi payment is stated below.

id
number

Multi Payment ID. Unique identifier that created by craftgate for multi payment.

multiPaymentStatus
MultiPaymentStatus

Multi Payment Status

Values:
CREATED
COMPLETED
token
string

Multi payment token

tokenExpireDate
date

Expiry date for multi payment

paidPrice
decimal

Total price to be collected

remainingAmount
decimal

Remaining amount to be collected

conversationId
string

conversationId value sent in initial request

externalId
string

externalId value sent in initial request

paymentIds
array

Payment id values of all payments created with multi payment tokenParçalı ödeme için gerçekleştirilen başarılı ve başarısız tüm ödemelere ait id bilgisi

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Loading..