Create a Scheduled
Response
Attribute | Type | Description |
---|---|---|
Id | String | Payment initiation identify |
createAt | String | Created date time, always using UTC timezone(UTC time format) |
updateAt | string | Updated date time, always using UTC timezone(UTC time format) |
status | String | Pay initiation status Enum: PREPARING STARTED ENQUEUED CONSENT_AWAITING_AUTHORIZATION CONSENT_AUTHORIZED CONSENT_REJECTED PAYMENT_PENDING PAYMENT_PARTIALLY_ACCEPTED PAYMENT_SETTLEMENT_PROCESSING PAYMENT_SETTLEMENT_DEBTOR_ACCOUNT PAYMENT_COMPLETED PAYMENT_REJECTED CANCELED ERROR EXPIRED PAYMENT_SCHEDULED |
error | Object | Error object, if exist |
code | String | Error code |
title | String | Error title |
detail | String | Error detail |
provider | Object | Payment initiation service provider |
tradeName | String | Payment initiation service provider's brief name |
avatar | String | Payment initiation service provider's logo address |
user | Object | Payee's dentification information |
taxId | String | User’s CPF (payer). In case of CNPJ, it is the person’s CPF who is making the payment |
name | String | User’s legal name |
externalId | String | Your internal orderId or UUID. Only can be used for once |
participantId | String | The identify from the participant(bank) chosen by the user |
amount | String | Amount that will be paid |
date | String | Payment initiation data, it is in BRT time UTC-3 |
method | String | Payment method, Currently, only support: PIX_MANU_AUTO |
pixKey | String | The pixKey of payee |
qrCode | String | The qrCode of payee |
debtor | Object | Debtor's information |
taxId | String | Debtor's CPF/CNPJ |
name | String | Debtor's name |
number | String | Desensitized account number |
accountType | String | Account type Enum: CACC SVGS TRAN |
ispb | String | ispb |
issuer | String | Desensitized issuer |
creditor | Object | Creditor's information |
taxId | String | Creditor's CNPJ |
name | String | Creditor's name |
number | String | Desensitized account number |
accountType | String | Account type Enum: CACC SVGS TRAN |
ispb | String | Ispb |
issuer | String | Desensitized issuer |
bank | Object | Creditor's bank information |
id | String | The bank identify of creditor account |
name | String | Brief name of Creditor's account |
avatar | String | Bank's logo address |
ibge | String | ibge |
metadata | Object | Metadata, user customizable |
redirectURL | String | The link used to redirect the user once the payment journey is finished |
appId | String | The unique identifier of the app you created on the Klavi payment |
schedule | Object | Request schedule info |
scheduleId | String | scheduled PIX identifier |