Skip to content

Commit

Permalink
RPD data purge doc (#149)
Browse files Browse the repository at this point in the history
* RPD data purge doc

* doc
  • Loading branch information
ritwickdey authored Feb 27, 2024
1 parent 8377c64 commit 2b633fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/data/bav/reverse-penny-drop/api-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,10 @@ This is an optional API. This API lets you know the bank verification status.
to know if the customer has made the INR 1 payment for bank verification or
not.
</Callout>
<br />
<Callout type="warning">
Note: Data will be purged after receiving a 2xx status code from the webhook. In the case of a non-2xx status code, the data will be purged after 24 hours.
</Callout>

<Row>
<Portion desktopSpan="whole">
Expand All @@ -621,7 +625,7 @@ This is an optional API. This API lets you know the bank verification status.
<CodeBlockWithCopy language="json">
{`{
"status": "BAV_REVERSE_PENNY_DROP_PAYMENT_SUCCESSFUL", // or, BAV_REVERSE_PENNY_DROP_CREATED, BAV_REVERSE_PENNY_DROP_EXPIRED, BAV_REVERSE_PENNY_DROP_PAYMENT_FAILED
"data": { // if status is BAV_REVERSE_PENNY_DROP_PAYMENT_SUCCESSFUL, otherwise null
"data": { // null if status is BAV_REVERSE_PENNY_DROP_PAYMENT_SUCCESSFUL and data is not purged
"accountType": "BANK_ACCOUNT",
"bankAccountType": "SAVINGS" // Optional, can be null
"bankAccountIfsc": "SBIN0000539",
Expand Down

0 comments on commit 2b633fa

Please sign in to comment.