This API enables you to check the transaction status before and after created using Reference ID given by Client

📘

Environment for End Point URL

Please Replace the environment in the URL with:

When the environtment is sandbox, replace the {environment} with sandbox. so the URL will be https://sandbox.onebrick.io/v2/payments/gs/bifast-disbursements

When the environment is production, replace the {environment} with api. so the URL will be https://api.onebrick.io/v2/payments/gs/bifast-disbursements

Request parameters

Key ParametersData TypeDescription
publicAccessTokenStringOne time access-token generated using the auth token API
referenceIdStringClient Reference ID of specific transaction

Additional Request Parameters

Key ParametersData TypeDescriptionLimitation
nameStringName of the user that send the money1. Alpha Numeric
2. Space Allowed
3. Max 40 Characters
identityTypeStringAllowed Value only KTP/SIM/KITAS/NPWPAllowed Value only KTP/SIM/KITAS/NPWP
identityNumberStringIdentity Number of the User1. Alpha Numeric
2. Min 10 characters
3. Max 16 Characters
countryCodeStringCountry Code based on the userAllowed Value are 2 all caps characters
provinceCodeStringProvince Code based on the userAllowed Value are 2 all caps characters
cityCodeStringCity Code based on the userAllowed Value are 4 all caps characters
jobCodeStringJob Code based on the userAllowed Value are 4 all caps characters
addressStringAddress of the user1. Alpha Numeric
2. Space Allowed
3. Max 40 Characters
placeOfBirthStringPlace of the user birth1. Alpha Numeric
2. Space allowed
3. Max 40 Characters
dateOfBirthStringDate of Birth of the userYYYY-MM-DD Format

Response parameters

Key ParametersData typeDescription
referenceIdStringReference ID given by end user
idStringTransaction id generated by brick
amountStringAmount of transaction
statusStringThe Status of transaction
createdAtTimestampTime when the transaction created
typeStringType of transaction
bankAccountNoNumberAccount number of beneficiary
bankShortCodeStringBank Short Code
bankAccountHolderNameStringDescription that filled related to fund transfer
bankNameStringBeneficiary bank name

Additional Response Parameters

Key ParametersData TypeDescription
nameStringName of the user that send the money
identityTypeStringAllowed Value only KTP/SIM/KITAS/NPWP
identityNumberStringIdentity Number of the User
countryCodeStringCountry Code based on the user
provinceCodeStringProvince Code based on the user
cityCodeStringCity Code based on the user
jobCodeStringJob Code based on the user
addressStringAddress of the user
placeOfBirthStringPlace of the user birth
dateOfBirthStringDate of Birth of the user
Language
URL
Click Try It! to start a request and see the response here!