Confirm Credit
Last updated
Last updated
This API is used to complete the transaction by crediting the amount to the beneficiary's account.
MANDATORY
Method: POST
API URL: /transaction/confirmCredit
WARNING
If the txn_nature
in the is CASH call the Confirm Credit API with the status HOLD
(1002)
in realtime.
When the user deposits money to the entity's cash counter, call the Confirm Credit API realtime and confirm the status asSUCCESS
.
The txn_reference
must be the same for HOLD
(1002)
and SUCCESS
/FAILED
for the same transaction if the txn_nature
is CASH.
If the transaction is not completed, it will expire and be marked as FAILED
within a maximum of 12 hours.
MANDATORY
If the txn_nature
in the is other than CASH call the Confirm Credit API with the status SUCCESS
/ FAILED
in realtime.
auth
Object
API_ID
String
Unique ID generated from the dashboard. Eg: 1a21as51a351f1155f
API_KEY
String
Unique KEY generated from the dashboard. Eg: AAD5451FS654SD6F5SD46F3S1D5S
result
Object
code
Integer
Status code for the transaction request. Find result codes
status
String
The status against transaction created.
Allowed values: SUCCESS
, FAILED
, HOLD
data
Object
txn_urn
String
Eg: LJOTHD1668143656985ZBSVPV
txn_number
String
txn_reference
String
A unique transaction reference id created by the beneficiary entity. Eg: 123456789ghhg08nxv
txn_amount
String
Transaction amount credited to the beneficiary account. Eg: 1200.99
txn_type
String
Allowed values: CREDIT
, RF_CREDIT
Eg: CREDIT
txn_nature
String
Eg: INTERPE
account_balance
String
The latest balance after crediting the txn_amount. Eg: 1200.99
Send request as SUCCESS
if the txn_amount
is credited to the beneficiary's account. Else status must beFAILED
.
1001
- SUCCESS
1002
- HOLD
8898
- Account not found
8897
- Account is inactive / blocked / closed
8895
- Credit is not allowed
8894
- User declined
8893
- Time expired
8892
- Attempts to retry exceeded maximum
8891
- Settlement account not found
head
Object
HTTP_CODE
Integer
result
Object
code
Integer
Status code for API request.
status
String
The status of the API request.
data
Object
txn_urn
String
Eg: LJOTHD1668143656985ZBSVPV
txn_number
String
txn_reference
String
A unique transaction reference id created by the beneficiary entity. Eg: 123456789ghhg08nxv
txn_status
String
txn_attempt_status
String
txn_nature
String
Eg: INTERPE
txn_type
String
Allowed values: CREDIT
, RF_CREDIT
Eg: CREDIT
txn_mode
String
Eg: UPI
txn_note
String
The user added note for reference. Eg: gggggggg
txn_amount
String
Transaction amount. Eg: 1200.99
txn_service_charge
String
The amount charged by the entity to the customer for using Rimit's services.
Default value: 0 (Zero). Eg: 1
txn_sp_fee
String
The amount charged by the bank/service provider for facilitating the transaction. Default value: 0 (Zero). Eg: 3
txn_fee
String
Fees charged by Rimit to Customer for any Services. Default value: 0 (Zero). Eg: 25
A Unique Transaction Reference Id.
A Unique Transaction Number. Eg: 02166814365694072422429
The type of transaction.
The nature of the transaction.
Use HOLD
only if the txn_nature
in the is CASH.
HTTP response status codes.
A Unique Transaction Reference Id.
A Unique Transaction Number. Eg: 02166814365694072422429
Status of transaction.
Eg: PROCESSING
Status of Confirm attempt.
Eg: PENDING
The nature of the transaction.
The type of transaction.
The mode of the transaction.
See the listed
See the list of