Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPD data purge doc #149

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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