Back to All

Pull Transaction, 207 Status code Response

Hello, trying to post a Pull Transaction. Here's an OOP view:

CreateTransactionRequest(
	referenceID=fOK97adAWXnAxG9,
	correspondingID=null,
	corresponding=null,
	type=PULL,
	accounts=Accounts(
		sourceAccountID=CFo5USkEAeD...,
		sourceAccount=null,
		destinationAccountID=AAgoNTEEA...,
		destinationAccount=null
	),
	amount=0.04,
	currency=840,
	ofacValue=null,
	memo=null,
	achOptions=null,
	pullOptions=null,
	softDescriptor=null,
	location=null
)

Response:

207 MULTI_STATUS

https://developers.tabapay.com/reference/http-status-codes states:

If you get a 207 during a CreateTransaction request, 
this means the status of the transaction is unknown.
  • What does "unknown" status mean exactly? What are its implications? Should we proceed, or have user try again?

I've noticed this against transaction of a few cents, but not so much so for $1+ amounts. This is for Certification for production hence the smaller amounts. This is consistently occurring, hence blocking.

Let me know please if there's a way to circumvent this.

Thanks!